mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-08 10:21:46 +00:00
feat: HTTP auth
This commit is contained in:
@@ -66,6 +66,10 @@ func TestServerConfig(t *testing.T) {
|
||||
"lol": "kek",
|
||||
"foo": "bar",
|
||||
},
|
||||
HTTP: serverConfigAuthHTTP{
|
||||
URL: "http://127.0.0.1:5000/auth",
|
||||
Insecure: true,
|
||||
},
|
||||
},
|
||||
Resolver: serverConfigResolver{
|
||||
Type: "udp",
|
||||
|
Reference in New Issue
Block a user