feat: SOCKS5 outbound

This commit is contained in:
Toby
2023-08-18 16:30:31 -07:00
parent c27e6fb8d9
commit acfb10efc0
4 changed files with 288 additions and 0 deletions

View File

@@ -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",