summaryrefslogtreecommitdiffstats
path: root/pie-in-the-sky.kitchen.zone
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2024-05-27 06:35:57 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2024-05-27 06:35:57 +0200
commitbee24e5b975012d69fa27a05cb03f08d59a6b11c (patch)
tree49f3283e879faffb32305e38dc219898c685329a /pie-in-the-sky.kitchen.zone
parentc6ece481a422083a7fb9d76487cc9e6a997eb907 (diff)
downloaddns-bee24e5b975012d69fa27a05cb03f08d59a6b11c.tar.xz
Add pie-in-the-sky.kitchen
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'pie-in-the-sky.kitchen.zone')
-rw-r--r--pie-in-the-sky.kitchen.zone47
1 files changed, 47 insertions, 0 deletions
diff --git a/pie-in-the-sky.kitchen.zone b/pie-in-the-sky.kitchen.zone
new file mode 100644
index 0000000..2098c78
--- /dev/null
+++ b/pie-in-the-sky.kitchen.zone
@@ -0,0 +1,47 @@
+$ORIGIN pie-in-the-sky.kitchen.
+$TTL 24h
+
+@ IN SOA ns1.kyriasis.com. hostmaster.kyriasis.com. (
+ 2405270633 ; serial
+ 24h ; refresh
+ 2h ; retry
+ 1w ; expire
+ 4h ; minttl
+ )
+ NS ns1.kyriasis.com.
+ NS ns2.kyriasis.com.
+
+ ; -> theos.kyriasis.com
+ A 212.71.254.33
+ AAAA 2a01:7e00:e000:136::1
+
+www CNAME pie-in-the-sky.kitchen.
+
+;;;; Email
+
+;; MX
+@ MX 0 theos.kyriasis.com.
+
+;; DMARC <https://tools.ietf.org/html/rfc7489>
+_dmarc TXT "v=DMARC1; adkim=r; aspf=r; fo=1:d:s; p=none; rua=mailto:aggrep@pie-in-the-sky.kitchen; ruf=mailto:authfail@pie-in-the-sky.kitchen"
+
+;; SPF <http://tools.ietf.org/html/rfc4408>
+@ TXT "v=spf1 a mx ip4:178.79.157.58 ip6:2a01:7e00::f03c:91ff:fe69:1787 ~all"
+@ SPF "v=spf1 a mx ip4:178.79.157.58 ip6:2a01:7e00::f03c:91ff:fe69:1787 ~all"
+
+;; DKIM <http://tools.ietf.org/html/rfc6376>
+theos._domainkey TXT "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5u7MOeQk0oIgy64BcFDvmxiRGuZBPTFaFvRTz0LZMIq66E0iW76RFC9tBONQrVvVUCeMldmgy7AGjRMbZaszgtL14PJQeD9HDfbVnEVQhS12kMY2HPR3HruwfLcSgADjBwt3nVkdXusjTsNoGB/Yj7+Bdr/HFHi5blLB3a+6S7wIDAQAB"
+
+;; Google Postmaster Tools
+@ TXT "google-site-verification=ZMFu-B4m88pJf3CL-ug11JlgTNPZvZON0OPb7gZEv4s"
+
+
+;;;; Certificates
+;; CAA
+@ CAA 0 issue "letsencrypt.org"
+@ CAA 0 iodef "mailto:certificates@kyriasis.com"
+
+;; TLSA
+$INCLUDE "dns/letsencrypt-tlsa.zone" _443._tcp.pie-in-the-sky.kitchen
+
+; vim: ft=bindzone ts=8 sw=8 nowrap et