Documentation updates to config file.
This commit is contained in:
parent
ef64560fe5
commit
b269777304
@ -3,13 +3,13 @@
|
|||||||
listen = ":53"
|
listen = ":53"
|
||||||
# protocol, "udp", "udp4", "udp6" or "tcp", "tcp4", "tcp6"
|
# protocol, "udp", "udp4", "udp6" or "tcp", "tcp4", "tcp6"
|
||||||
protocol = "udp"
|
protocol = "udp"
|
||||||
# domain name to serve th requests off of
|
# domain name to serve the requests off of
|
||||||
domain = "auth.example.org"
|
domain = "auth.example.org"
|
||||||
# zone name server
|
# zone name server
|
||||||
nsname = "ns1.auth.example.org"
|
nsname = "ns1.auth.example.org"
|
||||||
# admin email address, with @ substituted with .
|
# admin email address, where @ is substituted with .
|
||||||
nsadmin = "admin.example.org"
|
nsadmin = "admin.example.org"
|
||||||
# predefined records that we're serving in addition to the TXT
|
# predefined records served in addition to the TXT
|
||||||
records = [
|
records = [
|
||||||
# default A
|
# default A
|
||||||
"auth.example.org. A 192.168.1.100",
|
"auth.example.org. A 192.168.1.100",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user