summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2018-08-19 00:17:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2018-08-19 00:17:40 +0200
commitc5a9818a7ac3132fdef39ce41a34e5bdda56de04 (patch)
tree2f4723161a49fd7915eb3d058775a5d36d116366
parentda12eafa1573460faf37819cdd76ee4f5e9d406a (diff)
downloaddns-c5a9818a7ac3132fdef39ce41a34e5bdda56de04.tar.xz
Remove hyperboria.se
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--hyperboria.se.zone65
-rw-r--r--named-slave.conf9
-rw-r--r--named.conf10
3 files changed, 0 insertions, 84 deletions
diff --git a/hyperboria.se.zone b/hyperboria.se.zone
deleted file mode 100644
index c9b719e..0000000
--- a/hyperboria.se.zone
+++ /dev/null
@@ -1,65 +0,0 @@
-; vi: ft=bindzone:ts=8:sw=8:nowrap:noet
-$ORIGIN hyperboria.se.
-$TTL 2h
-
-@ IN SOA ns1.kyriasis.com. hostmaster.hyperboria.se (
- 06 ; serial
- 4h ; refresh
- 1h ; retry
- 1w ; expire
- 1h ; minttl
- )
- NS ns1.kyriasis.com.
-
- A 212.71.254.33
- AAAA 2a01:7e00::f03c:91ff:fe6e:f996
-h AAAA fca1:fabb:7792:f28d:4623:139:10af:549
-
-www CNAME hyperboria.se.
-
-;;; DNSSEC
-
-; bind 9.9 and later supports "live signing" where the nameserver automatically signs the
-; zone in memory. Due to this the live zone has a larger serial number than in this file
-
-;;; DANE (TLSA) - http://tools.ietf.org/html/rfc6698
-; "TLSA" <usage> <selector> <match>
-; usage:
-; [0] match certification path & require known CA or trust anchor
-; [1] match end-entity certificate & require known CA or trust anchor
-; [2] match certification path, using given cert as trust anchor
-; [3] match end-entity certificate
-; selector:
-; [0] X.509 certificate
-; [1] public key
-; match:
-; [0] exact match
-; [1] SHA-256 hash
-; [2] SHA-512 hash
-
-;;; Mail
-
-;; MX
-@ MX 10 theos.kyriasis.com.
-@ MX 5 h.theos.kyriasis.com.
-h MX 5 h.theos.kyriasis.com.
-
-;; SPF <http://tools.ietf.org/html/rfc4408>
-@ TXT "v=spf1 a mx ~all"
-@ SPF "v=spf1 a mx ~all"
-h SPF "v=spf1 a mx ~all"
-h TXT "v=spf1 a mx ~all"
-
-;;; Users
-
-; CERT and _pka records are used by GnuPG for looking up recipient's public key.
-; - See <http://www.gushi.org/make-dns-cert/HOWTO.html> for a guide.
-; - See RFC 4398 § 2.2 for CERT IPGP.
-
-; OPENPGPKEY records are similar, but have the complete key.
-; - See <http://tools.ietf.org/html/draft-wouters-dane-openpgp-02>
-
-johannes TXT "Johannes Löthberg <johannes@kyriasis.com>, +46739525259"
- CERT IPGP 0 0 ( FFE0756vZflba7FgjlD7myc6nQu1aHR0cHM6Ly90aGVvcy
- 5reXJpYXNpcy5jb20vfmt5cmlhcy9wZ3Ata2V5LnR4dA== )
-johannes._pka TXT "v=pka1;fpr=5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5;uri=https://theos.kyriasis.com/~kyrias/pgp-key.txt"
diff --git a/named-slave.conf b/named-slave.conf
index af317d8..b081d90 100644
--- a/named-slave.conf
+++ b/named-slave.conf
@@ -35,15 +35,6 @@ zone "kyriasis.com" {
};
};
-zone "hyperboria.se" {
- type slave;
- file "hyperboria.se.zone";
- masters {
- 212.71.254.33; // theos
- 2a01:7e00::f03c:91ff:fe6e:f996; // theos
- };
-};
-
zone "the-tk.com" {
type slave;
file "the-tk.com.zone";
diff --git a/named.conf b/named.conf
index 2719591..1b0187d 100644
--- a/named.conf
+++ b/named.conf
@@ -45,16 +45,6 @@ zone "kyriasis.com" IN {
inline-signing yes;
};
-zone "hyperboria.se" {
- type master;
- file "/home/kyrias/dns/hyperboria.se.zone";
- allow-transfer {
- 178.79.157.58; // lucifer
- 2a01:7e00::f03c:91ff:fe69:1787; // lucifer
- };
- notify explicit;
-};
-
zone "the-tk.com" {
type slave;
file "the-tk.com.zone";