nsd: Point nsd to the right zonefiles.
[matthijs/servers/drsnuggles.git] / etc / nsd3 / nsd.conf
index b54b8476d617a6546b47223470da7f04df877b64..b89bddd783fcf6631f947e77c114f28b706550cb 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
@@ -58,7 +60,7 @@ server:
        # username: nsd
 
        # The directory for zonefile: files.
-       # zonesdir: "/etc/nsd3"
+       zonesdir: "/data/db/dns/"
 
        # The file where incoming zone transfers are stored.
        # run nsd-patch to update zone files, then you can safely delete it.