Skip to content

Commit 53924d4

Browse files
committed
Unset GODEBUG - WHich means that Go 1.13 is now required for TLS 1.3
We could keep setting GODEBUG for compatibility with older versions, but people complain that it prints debug warnings.
1 parent 4a613aa commit 53924d4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dnscrypt-proxy/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ type App struct {
2828

2929
func main() {
3030
dlog.Init("dnscrypt-proxy", dlog.SeverityNotice, "DAEMON")
31-
os.Setenv("GODEBUG", os.Getenv("GODEBUG")+",tls13=1")
3231

3332
seed := make([]byte, 8)
3433
crypto_rand.Read(seed)

0 commit comments

Comments
 (0)