diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-11 11:56:03 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-12-11 11:56:03 +0000 |
commit | 52a61a75ad2cb27ab19b212bd8cc244dd1b72eab (patch) | |
tree | 3f3293f83e9f7be47a10961fb5a5bcd6c59f2c31 | |
parent | 5ec7f0d628deabd868c6405b75ec3516f0754dc2 (diff) | |
download | dns-52a61a75ad2cb27ab19b212bd8cc244dd1b72eab.tar.xz |
Add autoconfig and ca cnames
Added this a few months ago, think the first was for thunderbird
autoconfiguration and the second for serving CRLs for a CA, but never
ended up using it I think.
-rw-r--r-- | kyriasis.com.zone | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index 5afbea1..3c4ffa7 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -3,7 +3,7 @@ $ORIGIN kyriasis.com. $TTL 2h @ IN SOA theos.kyriasis.com. hostmaster ( - 28 ; serial + 33 ; serial 4h ; refresh 1h ; retry 1w ; expire @@ -27,6 +27,8 @@ NS2 AAAA 2a01:7e00::f03c:91ff:fe69:1787 www CNAME kyriasis.com. git CNAME theos.kyriasis.com. ldap CNAME theos.kyriasis.com. +autoconfig CNAME theos.kyriasis.com. +ca CNAME theos.kyriasis.com. ;;; Keybase verification @ TXT "keybase-site-verification=ps0bAlsiJPIhNZy3mN-xDArc8f9A-AEoVhgsC6NDLDk" |