9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
|
# base domain for all records
|
||
|
baseDomain = "acme.example.com"
|
||
|
dnsPort = 15353
|
||
|
apiPort = 18000
|
||
|
|
||
|
# can create records for *.exampleuser.acme.example.com
|
||
|
[exampleuser]
|
||
|
password = "changeme"
|