feat: HTTP/HTTPS proxy outbound

This commit is contained in:
Toby 2023-10-11 19:54:47 -07:00
parent 4ebc765f43
commit 594fde1ff8
4 changed files with 218 additions and 0 deletions

View file

@ -123,6 +123,14 @@ func TestServerConfig(t *testing.T) {
Password: "Elliot Alderson",
},
},
{
Name: "weirdstuff",
Type: "http",
HTTP: serverConfigOutboundHTTP{
URL: "https://eyy.lmao:4443/goofy",
Insecure: true,
},
},
},
TrafficStats: serverConfigTrafficStats{
Listen: ":9999",