You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: