mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 21:17:47 +03:00
feat: HTTP/HTTPS proxy outbound
This commit is contained in:
parent
4ebc765f43
commit
594fde1ff8
4 changed files with 218 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue