Skip to content

Commit

Permalink
fixed typo in dot
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Apr 4, 2022
1 parent ef9cb7c commit 41ea4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func runDns() {
},
}

serverTls := &dns.Server{Addr: ":53", Net: "tcp-tls", TLSConfig: tlsConfig}
serverTls := &dns.Server{Addr: ":853", Net: "tcp-tls", TLSConfig: tlsConfig}
log.Printf("Started DoT on %s:%d -- listening", "0.0.0.0", 853)
err = serverTls.ListenAndServe()
defer serverTls.Shutdown()
Expand Down

0 comments on commit 41ea4a4

Please sign in to comment.