add the other records
This commit is contained in:
parent
71a57c326a
commit
1b51b3f643
|
@ -2,7 +2,7 @@ $ORIGIN pro.
|
|||
$TTL 2m
|
||||
|
||||
thelinux IN SOA ns1.thelinux.pro. root.thelinux.pro. (
|
||||
24052501 ; serial number YYMMDDNN
|
||||
24052503 ; serial number YYMMDDNN
|
||||
1h ; Refresh
|
||||
15m ; Retry
|
||||
10d ; Expire
|
||||
|
@ -12,6 +12,11 @@ thelinux IN SOA ns1.thelinux.pro. root.thelinux.pro. (
|
|||
IN NS ns1.thelinux.pro.
|
||||
IN NS ns2.thelinux.pro.
|
||||
IN A 204.8.15.81
|
||||
IN MX 10 mx01.mail.icloud.com.
|
||||
IN MX 10 mx02.mail.icloud.com.
|
||||
IN TXT "v=spf1 include:icloud.com ~all"
|
||||
IN TXT "apple-domain=cuF8l022jP8jVu7p"
|
||||
IN TXT "google-site-verification=dxz7gM4eh3o4TqT168SDYQqtqYRxbfL5UQAOoYdb4iM"
|
||||
;
|
||||
$ORIGIN thelinux.pro.
|
||||
;
|
||||
|
@ -19,3 +24,5 @@ ns1 IN A 204.8.15.80
|
|||
ns2 IN A 204.8.15.81
|
||||
;
|
||||
www IN A 204.8.15.81
|
||||
punch IN A 151.101.65.195
|
||||
punch IN A 151.101.1.195
|
||||
|
|
Loading…
Reference in New Issue