summaryrefslogtreecommitdiff
path: root/roles/nameservers/templates/db.rainrainra.in.j2
blob: 42f05c34410aec3d2c8411abf6a67c983584073e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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       23.95.214.176