mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-09-09 01:41:48 +00:00
feat: SOCKS5 outbound
This commit is contained in:
@@ -114,6 +114,15 @@ func TestServerConfig(t *testing.T) {
|
||||
BindDevice: "eth233",
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "badstuff",
|
||||
Type: "socks5",
|
||||
SOCKS5: serverConfigOutboundSOCKS5{
|
||||
Addr: "shady.proxy.ru:1080",
|
||||
Username: "hackerman",
|
||||
Password: "Elliot Alderson",
|
||||
},
|
||||
},
|
||||
},
|
||||
Masquerade: serverConfigMasquerade{
|
||||
Type: "proxy",
|
||||
|
Reference in New Issue
Block a user