增强: HTTP/SOCKS5混合端口

This commit is contained in:
xmapst 2024-03-25 10:17:08 +08:00
parent 02fa2cde0a
commit de7d7dc51e
2 changed files with 95 additions and 81 deletions

View File

@ -53,6 +53,13 @@ func TestClientConfig(t *testing.T) {
},
FastOpen: true,
Lazy: true,
Mixed: &mixedConfig{
Listen: "127.0.0.1:1080",
Username: "anon",
Password: "bro",
DisableUDP: true,
Realm: "martian",
},
SOCKS5: &socks5Config{
Listen: "127.0.0.1:1080",
Username: "anon",

View File

@ -35,6 +35,13 @@ fastOpen: true
lazy: true
mixed:
listen: 127.0.0.1:1080
username: anon
password: bro
disableUDP: true
realm: martian
socks5:
listen: 127.0.0.1:1080
username: anon