both ports should be 1053

This commit is contained in:
Miek Gieben 2012-08-08 13:12:38 +02:00
parent 1845cb4b75
commit 59d4b9de20
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func main() {
}
}()
go func() {
conf.Server = &dns.Server{Addr: ":8053", Net: "tcp", TsigSecret: map[string]string{dns.Fqdn(*superuser): *superkey}}
conf.Server = &dns.Server{Addr: ":1053", Net: "tcp", TsigSecret: map[string]string{dns.Fqdn(*superuser): *superkey}}
err := conf.Server.ListenAndServe()
if err != nil {
log.Fatal("fksd: could not start config listener: %s", err.Error())