VLESS fallbacks: dest defaults to "127.0.0.1" -> "localhost" (#4840)

https://github.com/XTLS/Xray-examples/issues/234#issuecomment-3091319391
This commit is contained in:
xqzr 2025-07-19 08:47:43 +08:00 committed by GitHub
parent 10dbeb4335
commit abd551e9f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -110,7 +110,7 @@ func TestVLessInbound(t *testing.T) {
Alpn: "",
Path: "",
Type: "tcp",
Dest: "127.0.0.1:80",
Dest: "localhost:80",
Xver: 0,
},
{