summaryrefslogtreecommitdiffstats
path: root/named.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-07-11 01:09:49 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-07-11 01:10:56 +0200
commit6f0177e5ed1d7e9f11e3e3254739b8638682979b (patch)
treee07246e14aec94b48642676c87a4da9ee24152a2 /named.conf
parent406fbc84e172c02d7ab4a45d59c13e171787a794 (diff)
downloaddns-6f0177e5ed1d7e9f11e3e3254739b8638682979b.tar.xz
Add slaves to the-tk.com
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
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";