From: Matthijs Kooijman Date: Sun, 30 Jan 2011 11:02:19 +0000 (+0100) Subject: nsd: Run on port 54. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=fd11aeaf07f02f8b906ec5af0e44017f773c7a5e;p=matthijs%2Fservers%2Fdrsnuggles.git nsd: Run on port 54. This leaves port 53 free for dnsmasq as our local resolver. Port forwarding will ensure the outside world will see port 53 anyway. --- diff --git a/etc/nsd3/nsd.conf b/etc/nsd3/nsd.conf index b54b847..f0224c7 100644 --- a/etc/nsd3/nsd.conf +++ b/etc/nsd3/nsd.conf @@ -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