12 lines
231 B
Plaintext
12 lines
231 B
Plaintext
|
# Example zones, playground for the DNS REST API users
|
||
|
|
||
|
zone:
|
||
|
# Primary zones
|
||
|
- domain: example.com
|
||
|
dnssec-signing: off
|
||
|
notify: [ localhost ]
|
||
|
|
||
|
- domain: example.net
|
||
|
dnssec-signing: off
|
||
|
notify: [ localhost ]
|