diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-19 00:22:33 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-19 00:22:33 +0200 |
commit | b384c6511a6ccba89de82ff61360f5bec1851042 (patch) | |
tree | ca3246ec88fe4e61970a5702bb2bfdb47f0aa8de | |
parent | c5a9818a7ac3132fdef39ce41a34e5bdda56de04 (diff) | |
download | dns-b384c6511a6ccba89de82ff61360f5bec1851042.tar.xz |
Add remmy.io
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | named.conf | 5 | ||||
-rw-r--r-- | remmy.io.zone | 38 |
2 files changed, 43 insertions, 0 deletions
@@ -45,6 +45,11 @@ zone "kyriasis.com" IN { inline-signing yes; }; +zone "remmy.io" IN { + type master; + file "remmy.io.zone"; +}; + zone "the-tk.com" { type slave; file "the-tk.com.zone"; diff --git a/remmy.io.zone b/remmy.io.zone new file mode 100644 index 0000000..a5b56b9 --- /dev/null +++ b/remmy.io.zone @@ -0,0 +1,38 @@ +; vi: ft=bindzone:ts=8:sw=8:nowrap:noet +$ORIGIN remmy.io. +$TTL 2h + +@ IN SOA ns1.kyriasis.com. hostmaster.remmy.io ( + 01 ; serial + 4h ; refresh + 1h ; retry + 1w ; expire + 1h ; minttl + ) + NS ns1.kyriasis.com. + + CNAME theos.kyriasis.com. + + +;;; 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" + +;;; 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" |