There is a piece of code like this in the two files transport_https.go (line 47) and transport_http3.go (line 58):
TLSClientConfig: &tls.Config{ NextProtos: []string{"dns"}, },
Will it result to be a very strange ALPN in the client hello packages and expose that the requested server is gonna to be a DoH server?
There is a piece of code like this in the two files transport_https.go (line 47) and transport_http3.go (line 58):
TLSClientConfig: &tls.Config{ NextProtos: []string{"dns"}, },Will it result to be a very strange ALPN in the client hello packages and expose that the requested server is gonna to be a DoH server?