We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a613aa commit 53924d4Copy full SHA for 53924d4
1 file changed
dnscrypt-proxy/main.go
@@ -28,7 +28,6 @@ type App struct {
28
29
func main() {
30
dlog.Init("dnscrypt-proxy", dlog.SeverityNotice, "DAEMON")
31
- os.Setenv("GODEBUG", os.Getenv("GODEBUG")+",tls13=1")
32
33
seed := make([]byte, 8)
34
crypto_rand.Read(seed)
0 commit comments