norbert/example.config

11 lines
267 B
Plaintext
Raw Permalink Normal View History

2022-02-06 18:34:54 +01:00
# base domain for all records
baseDomain = "acme.example.com"
2022-02-06 20:48:36 +01:00
# the domain this dns server can be reached at
serverDomain = "dns.example.com"
2022-02-06 18:34:54 +01:00
dnsPort = 15353
apiPort = 18000
# can create records for *.exampleuser.acme.example.com
[exampleuser]
password = "changeme"