Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2025/03/12 17:09:19 from 14.224.202.175:65254 rejected common/drain: common/drain: unable to drain connection > read tcp 138.124.58.28:445->14.224.202.175:65254: i/o timeout > proxy/vmess/encoding: invalid user > user do not exist #1705

Open
MaxTheFirst opened this issue Mar 12, 2025 · 2 comments

Comments

@MaxTheFirst
Copy link

Здравствуйте! У меня перестали работать все ключи. При попытке подключения в консоли выскочила ошибка:

2025/03/12 17:09:19 from 14.224.202.175:65254 rejected common/drain: common/drain: unable to drain connection > read tcp 138.124.58.28:445->14.224.202.175:65254: i/o timeout > proxy/vmess/encoding: invalid user > user do not exist

Потом я изменил конфиг: обновил privateKey, shortIds, изменил dns. Новые ключи стали работать нормально, а при подключение к старым ключам интернет не работает и в консоли та же ошибка, хотя в панели ключи активный.
С чем может быть связана изначальная проблема? Как ее избежать? Как восстановить старые ключи, если это возможно?

@ImMohammad20000
Copy link
Collaborator

Hi can i see ur inbound config?

@MaxTheFirst
Copy link
Author

Hi can i see ur inbound config?

{
  "log": {
    "loglevel": "warning"
  },
  "routing": {
    "rules": [
      {
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "BLOCK",
        "type": "field"
      }
    ]
  },
  "inbounds": [
    {
      "tag": "VLESS TCP REALITY",
      "listen": "0.0.0.0",
      "port": 443,
      "protocol": "vless",
      "settings": {
        "clients": [],
        "decryption": "none"
      },
      "streamSettings": {
        "network": "tcp",
        "tcpSettings": {},
        "security": "reality",
        "realitySettings": {
          "show": false,
          "dest": "docscenter.su:443",
          "xver": 0,
          "serverNames": [
            "docscenter.su"
          ],
          "privateKey": "0JMuFLtOc0eKeaQxFESsr9VUF2V28qoca3--4vYn-F8",
          "shortIds": [
            "e63bdc1bd09bdd25"
          ]
        }
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ]
      }
    },
    {
      "tag": "Shadowsocks TCP",
      "listen": "0.0.0.0",
      "port": 1080,
      "protocol": "shadowsocks",
      "settings": {
        "clients": [],
        "network": "tcp,udp"
      }
    },
    {
      "tag": "VMESS TCP NOTLS",
      "listen": "0.0.0.0",
      "port": 445,
      "protocol": "vmess",
      "settings": {
        "clients": []
      },
      "streamSettings": {
        "network": "tcp",
        "tcpSettings": {},
        "security": "none"
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ]
      }
    },
    {
      "tag": "TROJAN TCP NOTLS",
      "listen": "0.0.0.0",
      "port": 444,
      "protocol": "trojan",
      "settings": {
        "clients": []
      },
      "streamSettings": {
        "network": "tcp",
        "tcpSettings": {},
        "security": "none"
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ]
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "DIRECT",
      "settings": {
        "domainStrategy": "UseIP"
      }
    },
    {
      "protocol": "blackhole",
      "tag": "BLOCK"
    }
  ],
  "dns": {
    "servers": [
      "8.8.8.8"
    ]
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants