diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-04-07 20:18:57 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-04-07 20:18:57 +0100 |
commit | bfe12e931b1fc6d3e5594cfb9e710ec58e6a76e8 (patch) | |
tree | ef22c28851ee3d3294e815366d9149dd0ed3f852 | |
parent | efed9310c69020a16bb231836ef9546051631bcb (diff) | |
download | dns-bfe12e931b1fc6d3e5594cfb9e710ec58e6a76e8.tar.xz |
Use IP from second range as default IPv6
Default IP is from a shared range which causes spam problems.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | kyriasis.com.zone | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/kyriasis.com.zone b/kyriasis.com.zone index 5f02fe7..f0013d4 100644 --- a/kyriasis.com.zone +++ b/kyriasis.com.zone @@ -3,7 +3,7 @@ $ORIGIN kyriasis.com. $TTL 3h @ IN SOA theos.kyriasis.com. hostmaster ( - 117 ; serial + 118 ; serial 4h ; refresh 1h ; retry 1w ; expire @@ -17,13 +17,14 @@ $TTL 3h AAAA 2a01:7e00::f03c:91ff:fe69:1787 theos A 212.71.254.33 -theos AAAA 2a01:7e00::f03c:91ff:fe6e:f996 +theos AAAA 2a01:7e00:e000:136::1 +direct.theos AAAA 2a01:7e00::f03c:91ff:fe6e:f996 h.theos AAAA fca1:fabb:7792:f28d:4623:139:10af:549 v4.theos A 212.71.254.33 -v6.theos AAAA 2a01:7e00::f03c:91ff:fe6e:f996 +v6.theos AAAA 2a01:7e00:e000:136::1 NS1 A 212.71.254.33 -NS1 AAAA 2a01:7e00::f03c:91ff:fe6e:f996 +NS1 AAAA 2a01:7e00:e000:136::1 NS2 A 178.79.157.58 NS2 AAAA 2a01:7e00::f03c:91ff:fe69:1787 @@ -52,9 +53,9 @@ gerrit CNAME theos taskd CNAME theos miniflux CNAME theos matrix 30m A 212.71.254.33 -matrix 30m AAAA 2a01:7e00::f03c:91ff:fe6e:f996 +matrix 30m AAAA 2a01:7e00:e000:136::1 riot 30m A 212.71.254.33 -riot 30m AAAA 2a01:7e00::f03c:91ff:fe6e:f996 +riot 30m AAAA 2a01:7e00:e000:136::1 gada A 127.0.0.1 *.minikube A 192.168.99.100 |