Последние два дня, клиент NekoBox перестал коннектиться к серверу. Не на сервере, не на клиенте ничего не менялось
При подключении получаю ошибку:
[[VLESS] Linode] test error: Get "http://cp.cloudflare.com/": dial tcp 127.0.0.1:1080: connectex: No connection could be made because the target machine actively refused it.
Конфиг сервера
{
"log": {
"loglevel": "info",
"timestamp": true
},
"routing": {
"rules": [],
"domainStrategy": "AsIs"
},
"inbounds": [
{
"port": 443,
"protocol": "vless",
"tag": "vless_tls",
"settings": {
"clients": [
{
"id": "my_id",
"email": "user1@myserver",
"flow": "xtls-rprx-vision"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"show": false,
"dest": "www.microsoft.com:443",
"xver": 0,
"serverNames": [
"www.microsoft.com"
],
"privateKey": "secret",
"minClientVer": "",
"maxClientVer": "",
"maxTimeDiff": 0,
"shortIds": [
"12345"
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
},
{
"protocol": "blackhole",
"tag": "block"
}
]
}