This leaves port 53 free for dnsmasq as our local resolver. Port
forwarding will ensure the outside world will see port 53 anyway.
# 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