summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-06-23 10:14:19 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-06-23 11:15:32 +0200
commit340a3ae6e03614266ca6cd6c4b08ae13cdad792e (patch)
treec7ee89b09e133557da7d0c59b357551fe9b6bf84
parent4db7061af7ed34265b77393ae8d83e5bbc17acb2 (diff)
downloaddns-340a3ae6e03614266ca6cd6c4b08ae13cdad792e.tar.xz
Add uncommitted changes
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--kyriasis.com.zone34
-rw-r--r--named.conf4
-rw-r--r--theos.kyriasis.com.zone39
3 files changed, 41 insertions, 36 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone
index 2864ade..e49bad8 100644
--- a/kyriasis.com.zone
+++ b/kyriasis.com.zone
@@ -3,7 +3,7 @@ $ORIGIN kyriasis.com.
$TTL 2h
@ IN SOA theos.kyriasis.com. hostmaster (
- 73 ; serial
+ 74 ; serial
4h ; refresh
1h ; retry
1w ; expire
@@ -33,7 +33,6 @@ h.zorg AAAA fc3d:9b94:8d0e:8e88:72d3:2193:9425:6574
leeloo A 80.217.51.233
h.leeloo AAAA fcb9:72d4:cd1b:57f4:1ab0:bd4:e015:7e03
h.tirxu AAAA fc29:58d6:7dbb:81e7:2d03:3205:fcce:20e7
-xarci A 163.172.146.146
www CNAME kyriasis.com.
www.theos CNAME theos
@@ -128,37 +127,6 @@ _xmpp-server._tcp SRV 5 5 5269 h.theos
;;; Gale
gale CNAME theos
-;;; SSH hostkeys <http://tools.ietf.org/html/rfc4255>
-; <http://www.iana.org/assignments/dns-sshfp-rr-parameters/dns-sshfp-rr-parameters.xhtml>
-; "SSHFP" <algorithm> <fingerprint type> <fingerpint>
-; algorithm:
-; [1] RSA
-; [2] DSA
-; [3] ECDSA
-; [4] ED25519
-; fingerprint type:
-; [1] SHA-1
-; [2] SHA-256
-
-;; theos
-theos SSHFP 1 1 cb3df56672d38e1fa87e4b5c0a426a1e763642dc
-theos SSHFP 1 2 ceb922e1c46baf29a765c3bcfb43d6f1dbc5d7921a3fd33e345bae893e15071f
-theos SSHFP 2 1 f25c3e73ae11395ac307629d348b8448990674e0
-theos SSHFP 2 2 21c4ca0ebfa15fd09852d2a6951759f56e5fbbfc3e4eb1c023cf670c0187d6d0
-theos SSHFP 3 1 16806913a140204e16bfcffa054550a2bf71508f
-theos SSHFP 3 2 d9f168d403db920fe5c57dc81eeca068fa7f4ecb4c8830bfb7b8c81731b2c4db
-theos SSHFP 4 1 5367ab9a011cb93feb7c240604f521c89cb70e36
-theos SSHFP 4 2 1328702b75a46dfeffd00e859652946714103803ff214a67da6e867f6416fa39
-
-git SSHFP 1 1 cb3df56672d38e1fa87e4b5c0a426a1e763642dc
-git SSHFP 1 2 ceb922e1c46baf29a765c3bcfb43d6f1dbc5d7921a3fd33e345bae893e15071f
-git SSHFP 2 1 f25c3e73ae11395ac307629d348b8448990674e0
-git SSHFP 2 2 21c4ca0ebfa15fd09852d2a6951759f56e5fbbfc3e4eb1c023cf670c0187d6d0
-git SSHFP 3 1 16806913a140204e16bfcffa054550a2bf71508f
-git SSHFP 3 2 d9f168d403db920fe5c57dc81eeca068fa7f4ecb4c8830bfb7b8c81731b2c4db
-git SSHFP 4 1 5367ab9a011cb93feb7c240604f521c89cb70e36
-git SSHFP 4 2 1328702b75a46dfeffd00e859652946714103803ff214a67da6e867f6416fa39
-
;;; IPFS
johannes TXT "QmYWhbxWNi91iGwhFdYoKmQaDLg4cEYcnzY5kzSV8qrgQ3"
diff --git a/named.conf b/named.conf
index 81d9440..2719591 100644
--- a/named.conf
+++ b/named.conf
@@ -6,6 +6,7 @@ options {
auth-nxdomain yes;
datasize default;
listen-on-v6 { any; };
+ tcp-clients 100;
allow-query-cache { none; };
allow-query { any; };
allow-transfer { none; };
@@ -17,7 +18,6 @@ options {
notify no;
also-notify {
178.79.157.58; // lucifer
- 163.172.146.146; // xarci
};
};
@@ -30,7 +30,6 @@ zone "kyriasis.com" IN {
type master;
file "/home/kyrias/dns/kyriasis.com.zone";
allow-transfer {
- 163.172.146.146; // xarci
178.79.157.58; // lucifer
2a01:7e00::f03c:91ff:fe69:1787; // lucifer
109.74.205.187; // the-tk.com
@@ -50,7 +49,6 @@ zone "hyperboria.se" {
type master;
file "/home/kyrias/dns/hyperboria.se.zone";
allow-transfer {
- 163.172.146.146; // xarci
178.79.157.58; // lucifer
2a01:7e00::f03c:91ff:fe69:1787; // lucifer
};
diff --git a/theos.kyriasis.com.zone b/theos.kyriasis.com.zone
new file mode 100644
index 0000000..ec3efef
--- /dev/null
+++ b/theos.kyriasis.com.zone
@@ -0,0 +1,39 @@
+; vi: ft=bindzone:ts=8:sw=8:nowrap:noet
+$ORIGIN kyriasis.com.
+
+theos A 212.71.254.33
+theos AAAA 2a01:7e00::f03c:91ff:fe6e:f996
+
+; Mail
+theos MX 5 theos.kyriasis.com.
+theos SPF "v=spf1 a mx ~all"
+theos TXT "v=spf1 a mx ~all"
+theos._domainkey.theos TXT "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDp4YIk0oJEW1PbPBwCEr8o/e7koQ57jHLmBml1nRKwcBSH/TIkuqz85YYT72s88LaXVlaz2JDygT43edcD/kBxPPDXAqfME8PRGxXi5X2nmyhbCBT+Q5w0kiPkbGOta8pes1Ger1tUIcvRWhuiqX5QHB0pY/cJ+rBBPb7VGqjHLwIDAQABoQ57jHLmBml1nRKwcBSH/TIku"
+
+_443._tcp.theos TLSA 3 0 1 35da01bd9fed5e538baae2cb423dd6923f8d313c774f2da1b40e64d418e3f271
+
+theos TXT "keybase-site-verification=_bApRga8QdQm0OpTxOZLeBFAPDB1_VV_BGbB8X-jw-M"
+
+;;; SSH hostkeys <http://tools.ietf.org/html/rfc4255>
+; <http://www.iana.org/assignments/dns-sshfp-rr-parameters/dns-sshfp-rr-parameters.xhtml>
+; "SSHFP" <algorithm> <fingerprint type> <fingerpint>
+; algorithm:
+; [1] RSA
+; [2] DSA
+; [3] ECDSA
+; [4] ED25519
+; fingerprint type:
+; [1] SHA-1
+; [2] SHA-256
+
+; RSA
+theos SSHFP 1 1 cb3df56672d38e1fa87e4b5c0a426a1e763642dc
+theos SSHFP 1 2 ceb922e1c46baf29a765c3bcfb43d6f1dbc5d7921a3fd33e345bae893e15071f
+
+; ECDSA
+theos SSHFP 3 1 16806913a140204e16bfcffa054550a2bf71508f
+theos SSHFP 3 2 d9f168d403db920fe5c57dc81eeca068fa7f4ecb4c8830bfb7b8c81731b2c4db
+
+; ED25519
+theos SSHFP 4 1 5367ab9a011cb93feb7c240604f521c89cb70e36
+theos SSHFP 4 2 1328702b75a46dfeffd00e859652946714103803ff214a67da6e867f6416fa39