Config file bugfixes

* YAML::Tiny does not support boolean values so we use integer 0 or 1
 * We need to append a . to the SOA master otherwise we end up with "opennic.glue.cyb"
This commit is contained in:
Al Beano 2017-08-19 14:18:21 +01:00
parent bf679b8cef
commit 5e4ba72357
1 changed files with 3 additions and 3 deletions

View File

@ -28,17 +28,17 @@ reserved_domains:
zonewriter:
# Values used for SOA
ns: 'ns12.opennic.glue'
ns: 'ns12.opennic.glue.'
responsible: 'hostmaster.opennic.cyb.'
file: '/var/nsd/zones/master/cyb'
include:
# Optionally, you can have the zonewriter include another file
# in the zone, which allows you to define some records manually
enabled: true
enabled: 1
file: 'human_cyb'
mail:
enabled: true
enabled: 1
# Currently, the local MTA is used and there's no config option
from: 'cybnic@uptime.party'
baseurl: 'http://opennic.cyb'