summaryrefslogtreecommitdiffstats
path: root/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'named.conf')
-rw-r--r--named.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/named.conf b/named.conf
index 001295d..2e6f189 100644
--- a/named.conf
+++ b/named.conf
@@ -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";