{
"log": {
"loglevel": "debug"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 49371,
"protocol": "shadowsocks",
"settings": {
"network": "tcp,udp",
"method": "none",
"password": "none"
},
"tag": "proxy-relay-ss"
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "11.11.111.11",
"port": 443,
"users": [
{
"id": "d62",
"email": "t@t.tt",
"security": "auto",
"encryption": "none"
}
]
}
]
},
"streamSettings": {
"network": "xhttp",
"security": "reality",
"xhttpSettings": {
"path": "/lalala",
"mode": "stream-one"
},
"realitySettings": {
"serverName": "www.somesite.com",
"fingerprint": "chrome",
"show": false,
"publicKey": "ZY",
"shortId": "",
"spiderX": "",
"mldsa65Verify": ""
},
"sockopt": {
"dialerProxy": "tun-protect-ss"
}
},
"mux": {
"enabled": false,
"concurrency": -1
}
},
{
"tag": "tun-protect-ss",
"protocol": "shadowsocks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"method": "none",
"ota": false,
"password": "none",
"port": 49368,
"level": 1
}
]
},
"streamSettings": {
"network": "tcp"
},
"mux": {
"enabled": false,
"concurrency": -1
}
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"type": "field",
"inboundTag": [
"api"
],
"outboundTag": "api"
},
{
"type": "field",
"inboundTag": [
"proxy-relay-ss"
],
"outboundTag": "proxy"
}
]
}
}
Integrity requirements
Description
Xray 26.3.23 + v2rayN 7.19.5 TUN + Windows 10. XHTTP + Reality.
After updating:
I can't confirm it breaks all UDP, but at least some.
Wireshark shows outgoing packets for the server i am trying to reach via mosh, but no incoming.
Happens only if both client and server are updated. Problem doesn't appear when server xray remains old and client is updated (probably also would work vice-versa? didn't test that).
*weird, client logs show it even accepted something from target address?
I truncated client log a little, as v2rayN on latest versions started to produce many error messages, connected with new tun protect mode. But i tested and have this bug even on older v2rayN 7.18.0.
Reproduction Method
Client config
Details
Server config
Details
Client log
Details
Server log
Details