From b269777304d443888d0a9a298d9be64608188b33 Mon Sep 17 00:00:00 2001 From: Santeri Toikka <santeri.toikka@iki.fi> Date: Fri, 2 Dec 2016 18:14:02 +0200 Subject: [PATCH] Documentation updates to config file. --- config.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.cfg b/config.cfg index b0d593f..4bf5643 100644 --- a/config.cfg +++ b/config.cfg @@ -3,13 +3,13 @@ listen = ":53" # protocol, "udp", "udp4", "udp6" or "tcp", "tcp4", "tcp6" protocol = "udp" -# domain name to serve th requests off of +# domain name to serve the requests off of domain = "auth.example.org" # zone name server nsname = "ns1.auth.example.org" -# admin email address, with @ substituted with . +# admin email address, where @ is substituted with . nsadmin = "admin.example.org" -# predefined records that we're serving in addition to the TXT +# predefined records served in addition to the TXT records = [ # default A "auth.example.org. A 192.168.1.100",