From fd11aeaf07f02f8b906ec5af0e44017f773c7a5e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 30 Jan 2011 12:02:19 +0100 Subject: [PATCH] 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. --- etc/nsd3/nsd.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2