mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-09 19:01:47 +00:00
feat: DNS over HTTPS resolver
This commit is contained in:
@@ -88,6 +88,12 @@ func TestServerConfig(t *testing.T) {
|
||||
SNI: "server1.yolo.net",
|
||||
Insecure: true,
|
||||
},
|
||||
HTTPS: serverConfigResolverHTTPS{
|
||||
Addr: "cringe.ahh.cc",
|
||||
Timeout: 5 * time.Second,
|
||||
SNI: "real.stuff.net",
|
||||
Insecure: true,
|
||||
},
|
||||
},
|
||||
Outbounds: []serverConfigOutboundEntry{
|
||||
{
|
||||
|
Reference in New Issue
Block a user