diff --git a/cmd/server/main.go b/cmd/server/main.go index 50c262b..ab9ef8d 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -153,7 +153,7 @@ func serve(cfg *server.Config) { go func() { srv := dnsx.New( - ":5053", + ":53", dnsHandler, dnsx.NotifyStartedFunc(waitDNS.Done), )