17 lines
638 B
Plaintext
17 lines
638 B
Plaintext
|
$TTL 604800
|
||
|
@ IN SOA {{ dns_primary_hostname }}.simponic.xyz. admin.simponic.xyz. (
|
||
|
5 ; Serial
|
||
|
604800 ; Refresh
|
||
|
86400 ; Retry
|
||
|
2419200 ; Expire
|
||
|
604800 ) ; Negative Cache TTL
|
||
|
;
|
||
|
|
||
|
; Name servers
|
||
|
rainrainra.in. IN NS {{ dns_primary_hostname }}.simponic.xyz.
|
||
|
rainrainra.in. IN NS {{ dns_replica_hostname }}.simponic.xyz.
|
||
|
|
||
|
; Other A records
|
||
|
@ IN A 129.123.76.14
|
||
|
www IN A 129.123.76.14
|