diff options
-rw-r--r-- | named-slave.conf | 9 | ||||
-rw-r--r-- | named.conf | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/named-slave.conf b/named-slave.conf index 9e2aece..aa7a731 100644 --- a/named-slave.conf +++ b/named-slave.conf @@ -46,6 +46,15 @@ zone "kyriasis.com" { }; }; +zone "the-tk.com" { + type slave; + file "the-tk.com.zone"; + masters { + 109.74.205.187; // the-tk.com + 2a01:7e00::f03c:91ff:fe50:9476; // the-tk.com + }; +}; + logging { channel xfer-log { file "/var/log/named.log"; @@ -54,6 +54,15 @@ zone "kyriasis.com" IN { inline-signing yes; }; +zone "the-tk.com" { + type slave; + file "the-tk.com.zone"; + masters { + 109.74.205.187; // the-tk.com + 2a01:7e00::f03c:91ff:fe50:9476; // the-tk.com + }; +}; + logging { channel xfer-log { file "/var/log/named.log"; |