diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2022-08-31 21:38:36 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2022-08-31 21:38:36 +0200 |
commit | 15cbc56dc31d090b68c9d60ce850a293eabd5637 (patch) | |
tree | 25743f3b2498c23d3719648655330504045af221 | |
parent | e608ba3048a7464f6a6797f674b27964f49a2039 (diff) | |
download | dns-15cbc56dc31d090b68c9d60ce850a293eabd5637.tar.xz |
Drop the-tk.com zone from slave config
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | named-slave.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/named-slave.conf b/named-slave.conf index 607e4bd..746c74c 100644 --- a/named-slave.conf +++ b/named-slave.conf @@ -44,15 +44,6 @@ zone "remmy.io" { }; }; -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"; |