|
@@ -1,22 +1,19 @@
|
|
|
$TTL 1d
|
|
|
@ IN SOA ns1.slurm.ch. root.slurm.ch. (
|
|
|
- 2016010101 ; serial
|
|
|
- 28800 ; refresh (8 hours)
|
|
|
- 7200 ; retry (2 hours)
|
|
|
- 2419200 ; expire (4 weeks)
|
|
|
- 86400 ; minimum (1 day)
|
|
|
+ 2018072001 ; serial
|
|
|
+ 1d ; refresh (8 hours)
|
|
|
+ 6h ; retry (2 hours)
|
|
|
+ 4w ; expire (4 weeks)
|
|
|
+ 1d ; minimum (1 day)
|
|
|
)
|
|
|
- NS ns1.slurm.ch.
|
|
|
- NS ns2.slurm.ch.
|
|
|
- NS ns3.slurm.ch.
|
|
|
-ns1 IN A 1.2.3.4
|
|
|
-ns2 IN A 1.2.3.4
|
|
|
-ns3 IN A 1.2.3.4
|
|
|
-@ IN A 1.2.3.4
|
|
|
-www IN CNAME @
|
|
|
-@ IN MX 1 aspmx.l.google.com.
|
|
|
-@ IN MX 5 alt1.aspmx.l.google.com.
|
|
|
-@ IN MX 5 alt2.aspmx.l.google.com.
|
|
|
-@ IN MX 10 aspmx2.googlemail.com.
|
|
|
-@ IN MX 10 aspmx3.googlemail.com.
|
|
|
-@ IN TXT "v=spf1 mx a include:_spf.google.com ~all"
|
|
|
+ NS ns1
|
|
|
+ NS ns2
|
|
|
+ NS ns3
|
|
|
+@ IN MX 10 mail
|
|
|
+@ IN A 185.11.138.86
|
|
|
+ns1 IN A 185.11.138.86
|
|
|
+ns2 IN A 91.214.168.145
|
|
|
+ns3 IN A 178.33.92.104
|
|
|
+mail IN A 91.214.168.145
|
|
|
+www IN CNAME ns1
|
|
|
+* IN CNAME www
|