2024-01-01 20:23:23 -05:00
|
|
|
$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
|
2024-04-27 23:41:11 -04:00
|
|
|
@ IN A 23.95.214.176
|