diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2022-08-27 23:37:06 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2022-08-27 23:37:06 +0200 |
commit | ba3b9e65a07a213e6fdbcdcc277ddd1e2c1d2122 (patch) | |
tree | 60c6ca4b44898fab7a51493adc6b7e623b3b8e54 | |
parent | d2a8bedb686f503fcdbd30f05bff7dd0627e7882 (diff) | |
download | dns-ba3b9e65a07a213e6fdbcdcc277ddd1e2c1d2122.tar.xz |
Drop the-tk.com slave
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | named.conf | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -56,15 +56,6 @@ zone "remmy.io" IN { dnssec-policy standard; }; -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"; |