diff --git a/app/dns/nameserver_quic.go b/app/dns/nameserver_quic.go index 89bb4aaa..817402f9 100644 --- a/app/dns/nameserver_quic.go +++ b/app/dns/nameserver_quic.go @@ -48,7 +48,7 @@ func NewQUICNameServer(url *url.URL, queryStrategy QueryStrategy) (*QUICNameServ newError("DNS: created Local DNS-over-QUIC client for ", url.String()).AtInfo().WriteToLog() var err error - port := net.Port(784) + port := net.Port(853) if url.Port() != "" { port, err = net.PortFromString(url.Port()) if err != nil {