summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2020-03-11 20:59:12 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2020-03-11 20:59:12 +0000
commit2a9363b24a05f8ca019c8d62cedb3032b6e2d83d (patch)
tree2da9f8d956b064a051d6c8173c6564be5a8ecdc0
parent3391f46809b0a229f2bab70b2a943584bd9c633f (diff)
downloaddns-2a9363b24a05f8ca019c8d62cedb3032b6e2d83d.tar.xz
Drop remmy.io zone
Moved to hosted DNS. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--named.conf9
-rw-r--r--remmy.io.zone38
2 files changed, 0 insertions, 47 deletions
diff --git a/named.conf b/named.conf
index f956389..a8e0d52 100644
--- a/named.conf
+++ b/named.conf
@@ -40,15 +40,6 @@ zone "kyriasis.com" IN {
inline-signing yes;
};
-zone "remmy.io" IN {
- type master;
- file "/home/kyrias/dns/remmy.io.zone";
- allow-transfer {
- 69.65.50.192; // freedns.afraid.org secondary
- };
- notify explicit;
-};
-
zone "the-tk.com" {
type slave;
file "the-tk.com.zone";
diff --git a/remmy.io.zone b/remmy.io.zone
deleted file mode 100644
index 83dbaf2..0000000
--- a/remmy.io.zone
+++ /dev/null
@@ -1,38 +0,0 @@
-; vi: ft=bindzone:ts=8:sw=8:nowrap:noet
-$ORIGIN remmy.io.
-$TTL 2h
-
-@ IN SOA ns1.kyriasis.com. hostmaster.remmy.io. (
- 07 ; serial
- 24h ; refresh
- 2h ; retry
- 1w ; expire
- 4h ; minttl
- )
- NS ns1.kyriasis.com.
- NS ns2.afraid.org.
-
- A 212.71.254.33
- AAAA 2a01:7e00:e000:136::1
-
-
-;;; Mail
-
-;; MX
-@ MX 10 theos.kyriasis.com.
-
-;; SPF <http://tools.ietf.org/html/rfc4408>
-@ TXT "v=spf1 a mx ~all"
-@ SPF "v=spf1 a mx ~all"
-
-;; DKIM <http://tools.ietf.org/html/rfc6376>
-theos._domainkey TXT "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5u7MOeQk0oIgy64BcFDvmxiRGuZBPTFaFvRTz0LZMIq66E0iW76RFC9tBONQrVvVUCeMldmgy7AGjRMbZaszgtL14PJQeD9HDfbVnEVQhS12kMY2HPR3HruwfLcSgADjBwt3nVkdXusjTsNoGB/Yj7+Bdr/HFHi5blLB3a+6S7wIDAQAB"
-
-;; DMARC <https://tools.ietf.org/html/rfc7489>
-_dmarc TXT "v=DMARC1; adkim=r; aspf=r; fo=1:d:s; p=none; rua=mailto:aggrep@kyriasis.com; ruf=mailto:authfail@kyriasis.com"
-
-
-;;; Users
-
-johannes TXT "Johannes Löthberg <me@remmy.io>, +46739525259"
-me TXT "Johannes Löthberg <me@remmy.io>, +46739525259"