nsd: Run on port 54.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 30 Jan 2011 11:02:19 +0000 (12:02 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 30 Jan 2011 11:02:19 +0000 (12:02 +0100)
This leaves port 53 free for dnsmasq as our local resolver. Port
forwarding will ensure the outside world will see port 53 anyway.

etc/nsd3/nsd.conf

index b54b8476d617a6546b47223470da7f04df877b64..f0224c73108f85aed31c354d24285dc582948746 100644 (file)
@@ -43,8 +43,10 @@ server:
        # File to store pid for nsd in.
        pidfile: "/var/lib/nsd3/nsd.pid"
 
-       # port to answer queries on. default is 53.
-       # port: 53
+       # Run on a non-standard port, so another recursive resolver can
+       # run on port 53. We will be portforwarded anyway, so this
+       # doesn't matter.
+       port: 54
 
        # statistics are produced every number of seconds.
        # statistics: 3600