diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2019-11-05 22:25:15 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2019-11-05 22:25:15 +0000 |
commit | 33071c991781bbd04f636331f9dbd81a57bac2c7 (patch) | |
tree | 6a16ddf8cde126925a25609fc2cb6e4a7e8433ff | |
parent | 2537dbaadb93479878fab00bdbeb22cfb9135288 (diff) | |
download | dns-33071c991781bbd04f636331f9dbd81a57bac2c7.tar.xz |
Bump TTLs
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | kyriasis.com.zone | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index 0087eac..3553618 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -1,13 +1,13 @@ ; vi: ft=bindzone:ts=8:sw=8:nowrap:noet $ORIGIN kyriasis.com. -$TTL 3h +$TTL 24h @ IN SOA theos.kyriasis.com. hostmaster ( - 124 ; serial - 4h ; refresh - 1h ; retry - 1w ; expire - 1h ; minttl + 126 ; serial + 24h ; refresh + 2h ; retry + 1w ; expire + 4h ; minttl ) NS ns1 NS ns2 @@ -123,7 +123,7 @@ _xmpp-server._tcp SRV 5 5 5269 h.theos gale CNAME theos ;;; Matrix -_matrix._tcp 60m SRV 10 0 8448 matrix.kyriasis.com. +_matrix._tcp SRV 10 0 8448 matrix.kyriasis.com. ;;; Users |