diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-11-06 14:04:18 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-11-06 14:04:18 +0100 |
commit | 6ce5c3c1d5521a505f676cc013561cd026ccbc5e (patch) | |
tree | ee313e390b89e5c4a63ecdde8e250093cef776fe | |
parent | 0f34a46287b33ce39a86250880bc97542e67a558 (diff) | |
download | dns-6ce5c3c1d5521a505f676cc013561cd026ccbc5e.tar.xz |
Add hyperboria.se to slave config
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | named-slave.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/named-slave.conf b/named-slave.conf index aa7a731..e946e85 100644 --- a/named-slave.conf +++ b/named-slave.conf @@ -46,6 +46,15 @@ zone "kyriasis.com" { }; }; +zone "hyperboria.se" { + type slave; + file "hyperboria.se.zone"; + masters { + 212.71.254.33; // theos + 2a01:7e00::f03c:91ff:fe6e:f996; // theos + }; +}; + zone "the-tk.com" { type slave; file "the-tk.com.zone"; |