feat: DNS over HTTPS resolver

This commit is contained in:
Toby
2023-08-13 13:32:11 -07:00
parent b64f0a764c
commit cab753718d
9 changed files with 121 additions and 7 deletions

View File

@@ -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{
{