From 5e4ba72357ece998ae5f8dec3c34a4611d97fa28 Mon Sep 17 00:00:00 2001 From: Al Beano Date: Sat, 19 Aug 2017 14:18:21 +0100 Subject: [PATCH] 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" --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index c99f178..490c2b5 100644 --- a/config.yml +++ b/config.yml @@ -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'