XTLS / Xray-core

Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
https://t.me/projectXray
Mozilla Public License 2.0
25.56k stars 3.95k forks source link

1.6.2版本xtls-rprx-direct 无法访问一些域名 #1305

Closed capxax closed 2 years ago

capxax commented 2 years ago

配置如下 xtls-rprx-direct +vlss 可以 正常打开 百度 ( 显示 vpsip), telegram正常, google,youtube(不能正常打开),pornhub显示err_ssl错误 刚刚google 第一次也显示ERR_SSL_PROTOCOL_ERROR , 然后就是 不能正常打开

用ss2022 和xtls-rprx-vision 以上没问题 日志debug没有错误 `{ "log": { "access": "/var/log/xray/access.log", "error": "/var/log/xray/error.log", "loglevel": "debug" }, "inbounds": [ { "port": 443, "protocol": "vless", "settings": { "clients": [ {

                "id": "",
                "flow": "xtls-rprx-direct"
            }
        ],
        "decryption": "none",
        "fallbacks": [
            {
                "dest": 60000,
                "alpn": "",
                "xver": 1
            },
            {
                "dest": 60001,
                "alpn": "h2",
                "xver": 1
            },
            {
                "dest": 60002,
                "path": "/d6185ec924dd800/",
                "xver": 1
            }
        ]
    },
    "streamSettings": {
        "network": "tcp",
        "security": "xtls",
        "xtlsSettings": {
            "minVersion": "1.2",
            "certificates": [
                {
                    "certificateFile": "/usr/local/etc/xray/self_signed_cert.pem",
                    "keyFile": "/usr/local/etc/xray/self_signed_key.pem"
                },
                {
                    "certificateFile": "/ssl/xray.crt",
                    "keyFile": "/ssl/xray.key"
                }
            ]
        }
    },
    "sniffing": {
        "enabled": true,
        "destOverride": [
            "http",
            "tls",
"quic"
        ]
    }
},
{
    "port": 60002,
    "listen": "127.0.0.1",
    "protocol": "vless",
    "settings": {
        "clients": [
            {
                "id": ""
            }
        ],
        "decryption": "none"
    },
    "streamSettings": {
        "network": "ws",
        "security": "none",
        "wsSettings": {
            "acceptProxyProtocol": true,
            "path": "/d6185ec924dd800/"
        }
    }
},
{
    "listen": "0.0.0.0",
    "port": 10086,
    "protocol": "vless",
    "settings": {
        "clients": [
            {
                "id": "",
                "level": 0

            }
        ],
        "decryption": "none"
    },
    "streamSettings": {
        "network": "tcp"
    }
},
{
    "listen": "0.0.0.0",
    "port": 30000,
    "protocol": "shadowsocks",
    "settings": {
        "method": "2022-blake3-aes-128-gcm",
        "password": "",
        "network": "tcp,udp"
    }
}

], "outbounds": [ { "protocol": "freedom", "settings": { "domainStrategy": "UseIPv4" }, "tag": "IPv4-out" }, { "protocol": "freedom", "settings": { "domainStrategy": "UseIPv6" }, "tag": "IPv6-out" } ], "routing":{ "domainStrategy": "IPOnDemand", "rules": [ { "type": "field", "domain": [ "geosite:netflix" ], "outboundTag": "IPv6-out" }, { "type": "field", "ip": [ "geoip:netflix" ], "outboundTag": "IPv6-out" } ] } }`

yuhan6665 commented 2 years ago

感谢反馈 如果可能还是附上出错当时的两端日志 记得敏感信息打码

herozzm commented 2 years ago

升级1.62同样遇到该问题

capxax commented 2 years ago

xtls-rprx-direct

2022/11/04 10:39:19 [Debug] app/log: Logger started 2022/11/04 10:39:19 [Debug] app/router: MphDomainMatcher is enabled for 22 domain rule(s) 2022/11/04 10:39:19 [Debug] app/proxyman/inbound: creating stream worker on 0.0.0.0:443 2022/11/04 10:39:19 [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:60002 2022/11/04 10:39:19 [Debug] app/proxyman/inbound: creating stream worker on 0.0.0.0:10086 2022/11/04 10:39:19 [Debug] app/proxyman/inbound: creating stream worker on 0.0.0.0:30000 2022/11/04 10:39:19 [Info] transport/internet/tcp: listening TCP on 0.0.0.0:443 2022/11/04 10:39:19 [Info] transport/internet/websocket: listening TCP(for WS) on 127.0.0.1:60002 2022/11/04 10:39:19 [Warning] transport/internet/websocket: accepting PROXY protocol 2022/11/04 10:39:19 [Info] transport/internet/tcp: listening TCP on 0.0.0.0:10086 2022/11/04 10:39:19 [Info] transport/internet/tcp: listening TCP on 0.0.0.0:30000 2022/11/04 10:39:19 [Info] transport/internet/udp: listening UDP on 0.0.0.0:30000 2022/11/04 10:39:19 [Warning] core: Xray 1.6.2 started 2022/11/04 10:40:07 [Info] [1764079432] proxy/vless/inbound: firstLen = 767 2022/11/04 10:40:07 [Info] [1764079432] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:07 [Info] [1764079432] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:07 [Info] [207202044] proxy/vless/inbound: firstLen = 770 2022/11/04 10:40:07 [Info] [207202044] proxy/vless/inbound: received request for tcp:www.gstatic.com:443 2022/11/04 10:40:07 [Info] [207202044] app/dispatcher: sniffed domain: www.gstatic.com 2022/11/04 10:40:07 [Info] [1764079432] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:07 [Info] [1764079432] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:07 [Info] [207202044] app/dispatcher: default route for tcp:www.gstatic.com:443 2022/11/04 10:40:07 [Info] [207202044] proxy/freedom: opening connection to tcp:www.gstatic.com:443 2022/11/04 10:40:07 [Info] [1764079432] proxy/freedom: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:07 [Info] [1764079432] transport/internet/tcp: dialing TCP to tcp:142.250.189.4:443 2022/11/04 10:40:07 [Debug] transport/internet: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:07 [Info] [207202044] proxy/freedom: dialing to tcp:142.250.188.227:443 2022/11/04 10:40:07 [Info] [207202044] transport/internet/tcp: dialing TCP to tcp:142.250.188.227:443 2022/11/04 10:40:07 [Debug] transport/internet: dialing to tcp:142.250.188.227:443 2022/11/04 10:40:09 [Info] [3951264059] proxy/vless/inbound: firstLen = 767 2022/11/04 10:40:09 [Info] [3951264059] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:09 [Info] [3951264059] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:09 [Info] [3951264059] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:09 [Info] [3951264059] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:09 [Info] [3951264059] proxy/freedom: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:09 [Info] [3951264059] transport/internet/tcp: dialing TCP to tcp:142.250.189.4:443 2022/11/04 10:40:09 [Debug] transport/internet: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:12 [Info] [3584963881] proxy/vless/inbound: firstLen = 767 2022/11/04 10:40:12 [Info] [3584963881] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:12 [Info] [3584963881] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:12 [Info] [3584963881] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:12 [Info] [3584963881] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:12 [Info] [3584963881] proxy/freedom: dialing to tcp:142.250.72.164:443 2022/11/04 10:40:12 [Info] [3584963881] transport/internet/tcp: dialing TCP to tcp:142.250.72.164:443 2022/11/04 10:40:12 [Debug] transport/internet: dialing to tcp:142.250.72.164:443 2022/11/04 10:40:14 [Info] [2225012274] proxy/vless/inbound: firstLen = 767 2022/11/04 10:40:14 [Info] [2225012274] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:14 [Info] [2225012274] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:14 [Info] [2225012274] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:14 [Info] [2225012274] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:14 [Info] [2225012274] proxy/freedom: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:14 [Info] [2225012274] transport/internet/tcp: dialing TCP to tcp:142.250.189.4:443 2022/11/04 10:40:14 [Debug] transport/internet: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:26 [Info] [2770249480] proxy/vless/inbound: firstLen = 767 2022/11/04 10:40:26 [Info] [2770249480] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:26 [Info] [2770249480] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:26 [Info] [2770249480] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:26 [Info] [2770249480] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:26 [Info] [2770249480] proxy/freedom: dialing to tcp:142.250.72.164:443 2022/11/04 10:40:26 [Info] [2770249480] transport/internet/tcp: dialing TCP to tcp:142.250.72.164:443 2022/11/04 10:40:26 [Debug] transport/internet: dialing to tcp:142.250.72.164:443 2022/11/04 10:40:27 [Info] [1121429728] proxy/vless/inbound: firstLen = 767 2022/11/04 10:40:27 [Info] [1121429728] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:27 [Info] [1121429728] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:27 [Info] [1121429728] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:27 [Info] [1121429728] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:27 [Info] [1121429728] proxy/freedom: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:27 [Info] [1121429728] transport/internet/tcp: dialing TCP to tcp:142.250.189.4:443 2022/11/04 10:40:27 [Debug] transport/internet: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:27 [Info] [1430358196] proxy/vless/inbound: firstLen = 572 2022/11/04 10:40:27 [Info] [1430358196] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:27 [Info] [1430358196] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:27 [Info] [1430358196] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:27 [Info] [1430358196] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:27 [Info] [1430358196] proxy/freedom: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:27 [Info] [1430358196] transport/internet/tcp: dialing TCP to tcp:142.250.189.4:443 2022/11/04 10:40:27 [Debug] transport/internet: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:27 [Info] [3330044740] proxy/vless/inbound: firstLen = 571 2022/11/04 10:40:27 [Info] [3330044740] proxy/vless/inbound: received request for tcp:www.baidu.com:443 2022/11/04 10:40:27 [Info] [3330044740] app/dispatcher: sniffed domain: www.baidu.com 2022/11/04 10:40:27 [Info] [601819063] proxy/vless/inbound: firstLen = 674 2022/11/04 10:40:27 [Info] [601819063] proxy/vless/inbound: received request for tcp:pss.bdstatic.com:443 2022/11/04 10:40:27 [Info] [601819063] app/dispatcher: sniffed domain: pss.bdstatic.com 2022/11/04 10:40:27 [Info] [3330044740] app/dispatcher: default route for tcp:www.baidu.com:443 2022/11/04 10:40:27 [Info] [3330044740] proxy/freedom: opening connection to tcp:www.baidu.com:443 2022/11/04 10:40:27 [Info] [4105816049] proxy/vless/inbound: firstLen = 571 2022/11/04 10:40:27 [Info] [4105816049] proxy/vless/inbound: received request for tcp:www.baidu.com:443 2022/11/04 10:40:27 [Info] [4105816049] app/dispatcher: sniffed domain: www.baidu.com 2022/11/04 10:40:27 [Info] [4105816049] app/dispatcher: default route for tcp:www.baidu.com:443 2022/11/04 10:40:27 [Info] [4105816049] proxy/freedom: opening connection to tcp:www.baidu.com:443 2022/11/04 10:40:27 [Info] [3330044740] proxy/freedom: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:27 [Info] [3330044740] transport/internet/tcp: dialing TCP to tcp:103.235.46.40:443 2022/11/04 10:40:27 [Debug] transport/internet: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:27 [Info] [4105816049] proxy/freedom: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:27 [Info] [4105816049] transport/internet/tcp: dialing TCP to tcp:103.235.46.40:443 2022/11/04 10:40:27 [Debug] transport/internet: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:27 [Info] [601819063] app/dispatcher: default route for tcp:pss.bdstatic.com:443 2022/11/04 10:40:27 [Info] [601819063] proxy/freedom: opening connection to tcp:pss.bdstatic.com:443 2022/11/04 10:40:27 [Info] [601819063] proxy/freedom: dialing to tcp:104.193.90.80:443 2022/11/04 10:40:27 [Info] [601819063] transport/internet/tcp: dialing TCP to tcp:104.193.90.80:443 2022/11/04 10:40:27 [Debug] transport/internet: dialing to tcp:104.193.90.80:443 2022/11/04 10:40:29 [Info] [842284332] proxy/vless/inbound: firstLen = 575 2022/11/04 10:40:29 [Info] [842284332] proxy/vless/inbound: received request for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [842284332] app/dispatcher: sniffed domain: dss0.bdstatic.com 2022/11/04 10:40:29 [Info] [1590131567] proxy/vless/inbound: firstLen = 702 2022/11/04 10:40:29 [Info] [1590131567] proxy/vless/inbound: received request for tcp:hectorstatic.baidu.com:443 2022/11/04 10:40:29 [Info] [1590131567] app/dispatcher: sniffed domain: hectorstatic.baidu.com 2022/11/04 10:40:29 [Info] [1590131567] app/dispatcher: default route for tcp:hectorstatic.baidu.com:443 2022/11/04 10:40:29 [Info] [1590131567] proxy/freedom: opening connection to tcp:hectorstatic.baidu.com:443 2022/11/04 10:40:29 [Info] [1590131567] proxy/freedom: dialing to tcp:150.138.110.38:443 2022/11/04 10:40:29 [Info] [1590131567] transport/internet/tcp: dialing TCP to tcp:150.138.110.38:443 2022/11/04 10:40:29 [Debug] transport/internet: dialing to tcp:150.138.110.38:443 2022/11/04 10:40:29 [Info] [842284332] app/dispatcher: default route for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [842284332] proxy/freedom: opening connection to tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2597058844] proxy/vless/inbound: firstLen = 575 2022/11/04 10:40:29 [Info] [2597058844] proxy/vless/inbound: received request for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2597058844] app/dispatcher: sniffed domain: dss0.bdstatic.com 2022/11/04 10:40:29 [Info] [2889435826] proxy/vless/inbound: firstLen = 575 2022/11/04 10:40:29 [Info] [2889435826] proxy/vless/inbound: received request for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2889435826] app/dispatcher: sniffed domain: dss0.bdstatic.com 2022/11/04 10:40:29 [Info] [3230344771] proxy/vless/inbound: firstLen = 575 2022/11/04 10:40:29 [Info] [3230344771] proxy/vless/inbound: received request for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [3230344771] app/dispatcher: sniffed domain: dss0.bdstatic.com 2022/11/04 10:40:29 [Info] [2367165379] proxy/vless/inbound: firstLen = 575 2022/11/04 10:40:29 [Info] [2367165379] proxy/vless/inbound: received request for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [760308273] proxy/vless/inbound: firstLen = 575 2022/11/04 10:40:29 [Info] [760308273] proxy/vless/inbound: received request for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2367165379] app/dispatcher: sniffed domain: dss0.bdstatic.com 2022/11/04 10:40:29 [Info] [760308273] app/dispatcher: sniffed domain: dss0.bdstatic.com 2022/11/04 10:40:29 [Info] [760308273] app/dispatcher: default route for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [760308273] proxy/freedom: opening connection to tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [842284332] proxy/freedom: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [842284332] transport/internet/tcp: dialing TCP to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Debug] transport/internet: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [2597058844] app/dispatcher: default route for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2597058844] proxy/freedom: opening connection to tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2889435826] app/dispatcher: default route for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2889435826] proxy/freedom: opening connection to tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [3230344771] app/dispatcher: default route for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [3230344771] proxy/freedom: opening connection to tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2367165379] app/dispatcher: default route for tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2367165379] proxy/freedom: opening connection to tcp:dss0.bdstatic.com:443 2022/11/04 10:40:29 [Info] [2367165379] proxy/freedom: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [2367165379] transport/internet/tcp: dialing TCP to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Debug] transport/internet: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [760308273] proxy/freedom: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [760308273] transport/internet/tcp: dialing TCP to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Debug] transport/internet: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [2597058844] proxy/freedom: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [2597058844] transport/internet/tcp: dialing TCP to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Debug] transport/internet: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [2889435826] proxy/freedom: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [2889435826] transport/internet/tcp: dialing TCP to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Debug] transport/internet: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [3230344771] proxy/freedom: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Info] [3230344771] transport/internet/tcp: dialing TCP to tcp:104.193.90.87:443 2022/11/04 10:40:29 [Debug] transport/internet: dialing to tcp:104.193.90.87:443 2022/11/04 10:40:30 [Info] [1977788003] proxy/vless/inbound: firstLen = 571 2022/11/04 10:40:30 [Info] [1977788003] proxy/vless/inbound: received request for tcp:sp1.baidu.com:443 2022/11/04 10:40:30 [Info] [1977788003] app/dispatcher: sniffed domain: sp1.baidu.com 2022/11/04 10:40:30 [Info] [3909838308] proxy/vless/inbound: firstLen = 571 2022/11/04 10:40:30 [Info] [3909838308] proxy/vless/inbound: received request for tcp:sp1.baidu.com:443 2022/11/04 10:40:30 [Info] [3909838308] app/dispatcher: sniffed domain: sp1.baidu.com 2022/11/04 10:40:31 [Info] [3909838308] app/dispatcher: default route for tcp:sp1.baidu.com:443 2022/11/04 10:40:31 [Info] [3909838308] proxy/freedom: opening connection to tcp:sp1.baidu.com:443 2022/11/04 10:40:31 [Info] [1977788003] app/dispatcher: default route for tcp:sp1.baidu.com:443 2022/11/04 10:40:31 [Info] [1977788003] proxy/freedom: opening connection to tcp:sp1.baidu.com:443 2022/11/04 10:40:31 [Info] [1977788003] proxy/freedom: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:31 [Info] [1977788003] transport/internet/tcp: dialing TCP to tcp:103.235.46.40:443 2022/11/04 10:40:31 [Debug] transport/internet: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:31 [Info] [3909838308] proxy/freedom: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:31 [Info] [3909838308] transport/internet/tcp: dialing TCP to tcp:103.235.46.40:443 2022/11/04 10:40:31 [Debug] transport/internet: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:31 [Info] [3230344771] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2022/11/04 10:40:31 [Info] [2597058844] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2022/11/04 10:40:31 [Info] [2367165379] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2022/11/04 10:40:31 [Info] [760308273] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2022/11/04 10:40:32 [Info] [2324678223] proxy/vless/inbound: firstLen = 375 2022/11/04 10:40:32 [Info] [2324678223] proxy/vless/inbound: received request for tcp:www.gstatic.com:80 2022/11/04 10:40:32 [Info] [2324678223] app/dispatcher: sniffed domain: www.gstatic.com 2022/11/04 10:40:32 [Info] [2324678223] app/dispatcher: default route for tcp:www.gstatic.com:80 2022/11/04 10:40:32 [Info] [2324678223] proxy/freedom: opening connection to tcp:www.gstatic.com:80 2022/11/04 10:40:32 [Info] [2324678223] proxy/freedom: dialing to tcp:142.250.72.227:80 2022/11/04 10:40:32 [Info] [2324678223] transport/internet/tcp: dialing TCP to tcp:142.250.72.227:80 2022/11/04 10:40:32 [Debug] transport/internet: dialing to tcp:142.250.72.227:80 2022/11/04 10:40:33 [Info] [2910682088] proxy/vless/inbound: firstLen = 571 2022/11/04 10:40:33 [Info] [2910682088] proxy/vless/inbound: received request for tcp:www.baidu.com:443 2022/11/04 10:40:33 [Info] [2910682088] app/dispatcher: sniffed domain: www.baidu.com 2022/11/04 10:40:33 [Info] [2910682088] app/dispatcher: default route for tcp:www.baidu.com:443 2022/11/04 10:40:33 [Info] [2910682088] proxy/freedom: opening connection to tcp:www.baidu.com:443 2022/11/04 10:40:33 [Info] [2910682088] proxy/freedom: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:33 [Info] [2910682088] transport/internet/tcp: dialing TCP to tcp:103.235.46.40:443 2022/11/04 10:40:33 [Debug] transport/internet: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:34 [Info] [3162180650] proxy/vless/inbound: firstLen = 668 2022/11/04 10:40:34 [Info] [3162180650] proxy/vless/inbound: received request for tcp:t11.baidu.com:443 2022/11/04 10:40:34 [Info] [3162180650] app/dispatcher: sniffed domain: t11.baidu.com 2022/11/04 10:40:34 [Info] [2909076311] proxy/vless/inbound: firstLen = 668 2022/11/04 10:40:34 [Info] [2909076311] proxy/vless/inbound: received request for tcp:t10.baidu.com:443 2022/11/04 10:40:34 [Info] [2909076311] app/dispatcher: sniffed domain: t10.baidu.com 2022/11/04 10:40:34 [Info] [4031532462] proxy/vless/inbound: firstLen = 678 2022/11/04 10:40:34 [Info] [4031532462] proxy/vless/inbound: received request for tcp:baikebcs.bdimg.com:443 2022/11/04 10:40:34 [Info] [4031532462] app/dispatcher: sniffed domain: baikebcs.bdimg.com 2022/11/04 10:40:34 [Info] [3032719527] proxy/vless/inbound: firstLen = 672 2022/11/04 10:40:34 [Info] [3032719527] proxy/vless/inbound: received request for tcp:gimg3.baidu.com:443 2022/11/04 10:40:34 [Info] [3032719527] app/dispatcher: sniffed domain: gimg3.baidu.com 2022/11/04 10:40:34 [Info] [1974150276] proxy/vless/inbound: firstLen = 672 2022/11/04 10:40:34 [Info] [1974150276] proxy/vless/inbound: received request for tcp:gimg4.baidu.com:443 2022/11/04 10:40:34 [Info] [1974150276] app/dispatcher: sniffed domain: gimg4.baidu.com 2022/11/04 10:40:34 [Info] [3032719527] app/dispatcher: default route for tcp:gimg3.baidu.com:443 2022/11/04 10:40:34 [Info] [3032719527] proxy/freedom: opening connection to tcp:gimg3.baidu.com:443 2022/11/04 10:40:34 [Info] [3032719527] proxy/freedom: dialing to tcp:42.81.98.36:443 2022/11/04 10:40:34 [Info] [3032719527] transport/internet/tcp: dialing TCP to tcp:42.81.98.36:443 2022/11/04 10:40:34 [Debug] transport/internet: dialing to tcp:42.81.98.36:443 2022/11/04 10:40:35 [Info] [3682724556] proxy/vless/inbound: firstLen = 668 2022/11/04 10:40:35 [Info] [3682724556] proxy/vless/inbound: received request for tcp:t14.baidu.com:443 2022/11/04 10:40:35 [Info] [3682724556] app/dispatcher: sniffed domain: t14.baidu.com 2022/11/04 10:40:35 [Info] [2811028430] proxy/vless/inbound: firstLen = 668 2022/11/04 10:40:35 [Info] [2811028430] proxy/vless/inbound: received request for tcp:t12.baidu.com:443 2022/11/04 10:40:35 [Info] [2811028430] app/dispatcher: sniffed domain: t12.baidu.com 2022/11/04 10:40:35 [Info] [3162180650] app/dispatcher: default route for tcp:t11.baidu.com:443 2022/11/04 10:40:35 [Info] [3162180650] proxy/freedom: opening connection to tcp:t11.baidu.com:443 2022/11/04 10:40:35 [Info] [1974150276] app/dispatcher: default route for tcp:gimg4.baidu.com:443 2022/11/04 10:40:35 [Info] [1974150276] proxy/freedom: opening connection to tcp:gimg4.baidu.com:443 2022/11/04 10:40:35 [Info] [3682724556] app/dispatcher: default route for tcp:t14.baidu.com:443 2022/11/04 10:40:35 [Info] [3682724556] proxy/freedom: opening connection to tcp:t14.baidu.com:443 2022/11/04 10:40:35 [Info] [2811028430] app/dispatcher: default route for tcp:t12.baidu.com:443 2022/11/04 10:40:35 [Info] [2811028430] proxy/freedom: opening connection to tcp:t12.baidu.com:443 2022/11/04 10:40:35 [Info] [2811028430] proxy/freedom: dialing to tcp:111.174.9.36:443 2022/11/04 10:40:35 [Info] [2811028430] transport/internet/tcp: dialing TCP to tcp:111.174.9.36:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:111.174.9.36:443 2022/11/04 10:40:35 [Info] [1228193961] proxy/vless/inbound: firstLen = 672 2022/11/04 10:40:35 [Info] [1228193961] proxy/vless/inbound: received request for tcp:bkssl.bdimg.com:443 2022/11/04 10:40:35 [Info] [1228193961] app/dispatcher: sniffed domain: bkssl.bdimg.com 2022/11/04 10:40:35 [Info] [1228193961] app/dispatcher: default route for tcp:bkssl.bdimg.com:443 2022/11/04 10:40:35 [Info] [1228193961] proxy/freedom: opening connection to tcp:bkssl.bdimg.com:443 2022/11/04 10:40:35 [Info] [1228193961] proxy/freedom: dialing to tcp:125.74.42.36:443 2022/11/04 10:40:35 [Info] [1228193961] transport/internet/tcp: dialing TCP to tcp:125.74.42.36:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:125.74.42.36:443 2022/11/04 10:40:35 [Info] [2909076311] app/dispatcher: default route for tcp:t10.baidu.com:443 2022/11/04 10:40:35 [Info] [2909076311] proxy/freedom: opening connection to tcp:t10.baidu.com:443 2022/11/04 10:40:35 [Info] [2951017570] proxy/vless/inbound: firstLen = 571 2022/11/04 10:40:35 [Info] [2951017570] proxy/vless/inbound: received request for tcp:sp1.baidu.com:443 2022/11/04 10:40:35 [Info] [2951017570] app/dispatcher: sniffed domain: sp1.baidu.com 2022/11/04 10:40:35 [Info] [2951017570] app/dispatcher: default route for tcp:sp1.baidu.com:443 2022/11/04 10:40:35 [Info] [2951017570] proxy/freedom: opening connection to tcp:sp1.baidu.com:443 2022/11/04 10:40:35 [Info] [3682724556] proxy/freedom: dialing to tcp:104.193.90.94:443 2022/11/04 10:40:35 [Info] [3682724556] transport/internet/tcp: dialing TCP to tcp:104.193.90.94:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:104.193.90.94:443 2022/11/04 10:40:35 [Info] [2759808851] proxy/vless/inbound: firstLen = 672 2022/11/04 10:40:35 [Info] [2759808851] proxy/vless/inbound: received request for tcp:gimg3.baidu.com:443 2022/11/04 10:40:35 [Info] [2759808851] app/dispatcher: sniffed domain: gimg3.baidu.com 2022/11/04 10:40:35 [Info] [291598542] proxy/vless/inbound: firstLen = 672 2022/11/04 10:40:35 [Info] [291598542] proxy/vless/inbound: received request for tcp:gimg4.baidu.com:443 2022/11/04 10:40:35 [Info] [291598542] app/dispatcher: sniffed domain: gimg4.baidu.com 2022/11/04 10:40:35 [Info] [3703925757] proxy/vless/inbound: firstLen = 573 2022/11/04 10:40:35 [Info] [3703925757] proxy/vless/inbound: received request for tcp:gimg4.baidu.com:443 2022/11/04 10:40:35 [Info] [3703925757] app/dispatcher: sniffed domain: gimg4.baidu.com 2022/11/04 10:40:35 [Info] [2759808851] app/dispatcher: default route for tcp:gimg3.baidu.com:443 2022/11/04 10:40:35 [Info] [2759808851] proxy/freedom: opening connection to tcp:gimg3.baidu.com:443 2022/11/04 10:40:35 [Info] [3162180650] proxy/freedom: dialing to tcp:113.219.142.36:443 2022/11/04 10:40:35 [Info] [3162180650] transport/internet/tcp: dialing TCP to tcp:113.219.142.36:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:113.219.142.36:443 2022/11/04 10:40:35 [Info] [2759808851] proxy/freedom: dialing to tcp:14.29.98.36:443 2022/11/04 10:40:35 [Info] [2759808851] transport/internet/tcp: dialing TCP to tcp:14.29.98.36:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:14.29.98.36:443 2022/11/04 10:40:35 [Info] [2909076311] proxy/freedom: dialing to tcp:111.225.213.36:443 2022/11/04 10:40:35 [Info] [2909076311] transport/internet/tcp: dialing TCP to tcp:111.225.213.36:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:111.225.213.36:443 2022/11/04 10:40:35 [Info] [2951017570] proxy/freedom: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:35 [Info] [2951017570] transport/internet/tcp: dialing TCP to tcp:103.235.46.40:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:103.235.46.40:443 2022/11/04 10:40:35 [Info] [3703925757] app/dispatcher: default route for tcp:gimg4.baidu.com:443 2022/11/04 10:40:35 [Info] [3703925757] proxy/freedom: opening connection to tcp:gimg4.baidu.com:443 2022/11/04 10:40:35 [Info] [1974150276] proxy/freedom: dialing to tcp:140.249.244.36:443 2022/11/04 10:40:35 [Info] [1974150276] transport/internet/tcp: dialing TCP to tcp:140.249.244.36:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:140.249.244.36:443 2022/11/04 10:40:35 [Info] [291598542] app/dispatcher: default route for tcp:gimg4.baidu.com:443 2022/11/04 10:40:35 [Info] [291598542] proxy/freedom: opening connection to tcp:gimg4.baidu.com:443 2022/11/04 10:40:35 [Info] [291598542] proxy/freedom: dialing to tcp:175.6.243.36:443 2022/11/04 10:40:35 [Info] [291598542] transport/internet/tcp: dialing TCP to tcp:175.6.243.36:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:175.6.243.36:443 2022/11/04 10:40:35 [Info] [3703925757] proxy/freedom: dialing to tcp:150.138.110.36:443 2022/11/04 10:40:35 [Info] [3703925757] transport/internet/tcp: dialing TCP to tcp:150.138.110.36:443 2022/11/04 10:40:35 [Debug] transport/internet: dialing to tcp:150.138.110.36:443 2022/11/04 10:40:36 [Info] [4031532462] app/dispatcher: default route for tcp:baikebcs.bdimg.com:443 2022/11/04 10:40:36 [Info] [4031532462] proxy/freedom: opening connection to tcp:baikebcs.bdimg.com:443 2022/11/04 10:40:36 [Info] [4031532462] proxy/freedom: dialing to tcp:182.107.80.38:443 2022/11/04 10:40:36 [Info] [4031532462] transport/internet/tcp: dialing TCP to tcp:182.107.80.38:443 2022/11/04 10:40:36 [Debug] transport/internet: dialing to tcp:182.107.80.38:443 2022/11/04 10:40:39 [Info] [1974150276] app/proxyman/inbound: connection ends > proxy/vless/inbound: connection ends > context canceled 2022/11/04 10:40:40 [Info] [3107238007] proxy/vless/inbound: firstLen = 767 2022/11/04 10:40:40 [Info] [3107238007] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:40 [Info] [3107238007] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:40 [Info] [3107238007] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:40 [Info] [3107238007] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:40 [Info] [3107238007] proxy/freedom: dialing to tcp:142.250.72.164:443 2022/11/04 10:40:40 [Info] [3107238007] transport/internet/tcp: dialing TCP to tcp:142.250.72.164:443 2022/11/04 10:40:40 [Debug] transport/internet: dialing to tcp:142.250.72.164:443 2022/11/04 10:40:42 [Info] [960776527] proxy/vless/inbound: firstLen = 767 2022/11/04 10:40:42 [Info] [960776527] proxy/vless/inbound: received request for tcp:www.google.com:443 2022/11/04 10:40:42 [Info] [960776527] app/dispatcher: sniffed domain: www.google.com 2022/11/04 10:40:42 [Info] [960776527] app/dispatcher: default route for tcp:www.google.com:443 2022/11/04 10:40:42 [Info] [960776527] proxy/freedom: opening connection to tcp:www.google.com:443 2022/11/04 10:40:42 [Info] [960776527] proxy/freedom: dialing to tcp:142.250.189.4:443 2022/11/04 10:40:42 [Info] [960776527] transport/internet/tcp: dialing TCP to tcp:142.250.189.4:443 2022/11/04 10:40:42 [Debug] transport/internet: dialing to tcp:142.250.189.4:443

capxax commented 2 years ago

客户端 和服务端的日志 不是 同一时间内的 ,但是 同样复现的问题 2022/11/04 10:47:54 [Debug] app/log: Logger started 2022/11/04 10:47:54 [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:10800 2022/11/04 10:47:54 [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:10801 2022/11/04 10:47:54 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:10800 2022/11/04 10:47:54 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:10801 2022/11/04 10:47:54 [Warning] core: Xray 1.6.2 started 2022/11/04 10:48:00 [Info] [490109932] proxy/socks: TCP Connect request to tcp:www.google.com:443 2022/11/04 10:48:00 [Info] [490109932] app/dispatcher: taking detour [proxy] for [tcp:www.google.com:443] 2022/11/04 10:48:00 [Info] [490109932] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:00 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:00 [Info] [3634346967] proxy/socks: TCP Connect request to tcp:www.gstatic.com:443 2022/11/04 10:48:00 [Info] [3634346967] app/dispatcher: taking detour [proxy] for [tcp:www.gstatic.com:443] 2022/11/04 10:48:00 [Info] [3634346967] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:00 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:00 [Info] [490109932] proxy/vless/outbound: tunneling request to tcp:www.google.com:443 via vps_ip:443 2022/11/04 10:48:00 [Info] [3634346967] proxy/vless/outbound: tunneling request to tcp:www.gstatic.com:443 via vps_ip:443 2022/11/04 10:48:01 [Info] [490109932] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: connection ends > proxy/vless/outbound: failed to transfer response payload > readfrom tcp 127.0.0.1:10800->127.0.0.1:14059: write tcp 127.0.0.1:10800->127.0.0.1:14059: wsasend: An established connection was aborted by the software in your host machine. 2022/11/04 10:48:01 [Info] [490109932] app/proxyman/inbound: connection ends > proxy/socks: connection ends > proxy/socks: failed to transport all TCP response > io: read/write on closed pipe 2022/11/04 10:48:02 [Info] [3541010212] proxy/socks: TCP Connect request to tcp:www.google.com:443 2022/11/04 10:48:02 [Info] [3541010212] app/dispatcher: taking detour [proxy] for [tcp:www.google.com:443] 2022/11/04 10:48:02 [Info] [3541010212] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:02 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:02 [Info] [3541010212] proxy/vless/outbound: tunneling request to tcp:www.google.com:443 via vps_ip:443 2022/11/04 10:48:03 [Info] [3541010212] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: connection ends > proxy/vless/outbound: failed to transfer response payload > readfrom tcp 127.0.0.1:10800->127.0.0.1:14063: write tcp 127.0.0.1:10800->127.0.0.1:14063: wsasend: An established connection was aborted by the software in your host machine. 2022/11/04 10:48:03 [Info] [3541010212] app/proxyman/inbound: connection ends > proxy/socks: connection ends > proxy/socks: failed to transport all TCP response > io: read/write on closed pipe 2022/11/04 10:48:06 [Info] [861583093] proxy/socks: TCP Connect request to tcp:www.baidu.com:443 2022/11/04 10:48:06 [Info] [861583093] app/dispatcher: taking detour [proxy] for [tcp:www.baidu.com:443] 2022/11/04 10:48:06 [Info] [861583093] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:06 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:06 [Info] [861583093] proxy/vless/outbound: tunneling request to tcp:www.baidu.com:443 via vps_ip:443 2022/11/04 10:48:08 [Info] [3612368812] proxy/socks: TCP Connect request to tcp:hectorstatic.baidu.com:443 2022/11/04 10:48:08 [Info] [3612368812] app/dispatcher: taking detour [proxy] for [tcp:hectorstatic.baidu.com:443] 2022/11/04 10:48:08 [Info] [3612368812] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:08 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:08 [Info] [3612368812] proxy/vless/outbound: tunneling request to tcp:hectorstatic.baidu.com:443 via vps_ip:443 2022/11/04 10:48:08 [Info] [3097720710] proxy/socks: TCP Connect request to tcp:ug.baidu.com:443 2022/11/04 10:48:08 [Info] [3097720710] app/dispatcher: taking detour [proxy] for [tcp:ug.baidu.com:443] 2022/11/04 10:48:08 [Info] [3097720710] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:08 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:08 [Info] [3097720710] proxy/vless/outbound: tunneling request to tcp:ug.baidu.com:443 via vps_ip:443 2022/11/04 10:48:08 [Info] [239857116] proxy/socks: TCP Connect request to tcp:hectorstatic.baidu.com:443 2022/11/04 10:48:08 [Info] [239857116] app/dispatcher: taking detour [proxy] for [tcp:hectorstatic.baidu.com:443] 2022/11/04 10:48:08 [Info] [239857116] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:08 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:08 [Info] [239857116] proxy/vless/outbound: tunneling request to tcp:hectorstatic.baidu.com:443 via vps_ip:443 2022/11/04 10:48:08 [Info] [2482393254] proxy/socks: TCP Connect request to tcp:t12.baidu.com:443 2022/11/04 10:48:08 [Info] [2482393254] app/dispatcher: taking detour [proxy] for [tcp:t12.baidu.com:443] 2022/11/04 10:48:08 [Info] [2482393254] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:08 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:08 [Info] [3717388092] proxy/socks: TCP Connect request to tcp:sp1.baidu.com:443 2022/11/04 10:48:08 [Info] [3717388092] app/dispatcher: taking detour [proxy] for [tcp:sp1.baidu.com:443] 2022/11/04 10:48:08 [Info] [3717388092] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:08 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:08 [Info] [2482393254] proxy/vless/outbound: tunneling request to tcp:t12.baidu.com:443 via vps_ip:443 2022/11/04 10:48:08 [Info] [3717388092] proxy/vless/outbound: tunneling request to tcp:sp1.baidu.com:443 via vps_ip:443 2022/11/04 10:48:09 [Info] [861583093] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled 2022/11/04 10:48:10 [Info] [3468620635] proxy/socks: TCP Connect request to tcp:ug.baidu.com:443 2022/11/04 10:48:10 [Info] [3468620635] app/dispatcher: taking detour [proxy] for [tcp:ug.baidu.com:443] 2022/11/04 10:48:10 [Info] [3468620635] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:10 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:10 [Info] [3468620635] proxy/vless/outbound: tunneling request to tcp:ug.baidu.com:443 via vps_ip:443 2022/11/04 10:48:11 [Info] [2482393254] app/proxyman/inbound: connection ends > proxy/socks: connection ends > context canceled 2022/11/04 10:48:29 [Debug] app/log: Logger started 2022/11/04 10:48:29 [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:10800 2022/11/04 10:48:29 [Debug] app/proxyman/inbound: creating stream worker on 127.0.0.1:10801 2022/11/04 10:48:29 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:10800 2022/11/04 10:48:29 [Info] transport/internet/tcp: listening TCP on 127.0.0.1:10801 2022/11/04 10:48:29 [Warning] core: Xray 1.6.2 started 2022/11/04 10:48:33 [Info] [2208508876] proxy/socks: TCP Connect request to tcp:www.google.com:443 2022/11/04 10:48:33 [Info] [2208508876] app/dispatcher: taking detour [proxy] for [tcp:www.google.com:443] 2022/11/04 10:48:33 [Info] [2208508876] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:33 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:33 [Info] [2986461800] proxy/socks: TCP Connect request to tcp:www.gstatic.com:443 2022/11/04 10:48:33 [Info] [2986461800] app/dispatcher: taking detour [proxy] for [tcp:www.gstatic.com:443] 2022/11/04 10:48:33 [Info] [2986461800] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:33 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:33 [Info] [2208508876] proxy/vless/outbound: tunneling request to tcp:www.google.com:443 via vps_ip:443 2022/11/04 10:48:33 [Info] [2986461800] proxy/vless/outbound: tunneling request to tcp:www.gstatic.com:443 via vps_ip:443 2022/11/04 10:48:34 [Info] [2208508876] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: connection ends > proxy/vless/outbound: failed to transfer response payload > readfrom tcp 127.0.0.1:10800->127.0.0.1:14087: write tcp 127.0.0.1:10800->127.0.0.1:14087: wsasend: An established connection was aborted by the software in your host machine. 2022/11/04 10:48:34 [Info] [2208508876] app/proxyman/inbound: connection ends > proxy/socks: connection ends > proxy/socks: failed to transport all TCP response > io: read/write on closed pipe 2022/11/04 10:48:35 [Info] [3921437900] proxy/socks: TCP Connect request to tcp:www.google.com:443 2022/11/04 10:48:35 [Info] [3921437900] app/dispatcher: taking detour [proxy] for [tcp:www.google.com:443] 2022/11/04 10:48:35 [Info] [3921437900] transport/internet/tcp: dialing TCP to tcp:vps_ip:443 2022/11/04 10:48:35 [Debug] transport/internet: dialing to tcp:vps_ip:443 2022/11/04 10:48:35 [Info] [3921437900] proxy/vless/outbound: tunneling request to tcp:www.google.com:443 via vps_ip:443 2022/11/04 10:48:36 [Info] [3921437900] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: connection ends > proxy/vless/outbound: failed to transfer response payload > readfrom tcp 127.0.0.1:10800->127.0.0.1:14091: write tcp 127.0.0.1:10800->127.0.0.1:14091: wsasend: An established connection was aborted by the software in your host machine. 2022/11/04 10:48:36 [Info] [3921437900] app/proxyman/inbound: connection ends > proxy/socks: connection ends > proxy/socks: failed to transport all TCP response > io: read/write on closed pipe

freeluo22 commented 2 years ago

@capxax 和你出现的情况一样,我现在换成vless tcp tls就正常了

apmfly commented 2 years ago

同楼主一样的配置,VLESS+XTLS,升级1.6.2内核后 google等网站均无法访问,ERR_SSL_PROTOCOL_ERROR

sol1999 commented 2 years ago

一样的问题, xtls选xtls-rprx-direct时 不能翻墙

chika0801 commented 2 years ago

一样的问题, xtls选xtls-rprx-direct时 不能翻墙

除了vision 其它流控不生效,从看服务器配置都写的tls,没写xtls

yuxuan0107 commented 2 years ago

同样的问题,服务端1.6.2不能正常使用,显示时间问题,但是服务器和客户端属于同一时区,且配置正确,只是正常升级切换到1.6.2,就不行了,现在服务端已经退回1.6.1,客户端1.6.2,一切正常,vless xtls-rprx-direct

apmfly commented 2 years ago

一样的问题, xtls选xtls-rprx-direct时 不能翻墙

除了vision 其它流控不生效,从看服务器配置都写的tls,没写xtls

这么说双边都用1.6.2vision就可以了?

chika0801 commented 2 years ago

一样的问题, xtls选xtls-rprx-direct时 不能翻墙

除了vision 其它流控不生效,从看服务器配置都写的tls,没写xtls

这么说双边都用1.6.2vision就可以了?

你测试vision肯定是客户端和服务器都是1.6.2版本

yuhan6665 commented 2 years ago

Should be fixed in 1.6.3. Let me know if you still see issues.