diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2019-11-03 22:30:19 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2019-11-03 22:30:19 +0000 |
commit | 70f75c150d5cbbd61334f7d4cd497ebc6c527ee1 (patch) | |
tree | ca73a881975408ffbd55688e3f79b3f537f95112 | |
parent | 8350d72fc3d864a0a451a0ee69bef8e4ff86e018 (diff) | |
download | dns-70f75c150d5cbbd61334f7d4cd497ebc6c527ee1.tar.xz |
named.conf: Update freedns.afraid.org secondary IP
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | named.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ zone "remmy.io" IN { type master; file "/home/kyrias/dns/remmy.io.zone"; allow-transfer { - 174.37.196.55; // freedns.afraid.org secondary + 69.65.50.192; // freedns.afraid.org secondary }; notify explicit; }; |