diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-22 22:50:52 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-22 22:51:48 +0200 |
commit | 4f1dbf43185909ece58ca7f74cf543093850956b (patch) | |
tree | 49d7e887e448cd1b9ca43089fe19901054e14386 | |
parent | 04e2b2cdea51da45db2b9ee489e75b3ba0b907b4 (diff) | |
download | dns-4f1dbf43185909ece58ca7f74cf543093850956b.tar.xz |
remmy.io: Allow transfer from freedns.afraid.org
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | named.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -48,6 +48,10 @@ zone "kyriasis.com" IN { zone "remmy.io" IN { type master; file "/home/kyrias/dns/remmy.io.zone"; + allow-transfer { + 174.37.196.55; // ns2.afraid.org + }; + notify explicit; }; zone "the-tk.com" { |