summaryrefslogtreecommitdiff
path: root/frontends/var/nsd/zones/master/dtail.dev.zone.tpl
blob: a0005e9289f1fe0fd6958510773b201580270765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$ORIGIN dtail.dev.
$TTL 4h
@        IN  SOA  blowfish.buetow.org. hostmaster.buetow.org. (
                  <%= time() %>   ; serial
                  1h              ; refresh
                  30m             ; retry
                  7d              ; expire
                  1h )            ; negative
         IN NS   fishfinger.buetow.org.
         IN NS   blowfish.buetow.org.

         IN MX 10 fishfinger.buetow.org.
         IN MX 20 blowfish.buetow.org.

         1800 IN A <%= $ips->{current_master}{ipv4} %>
         1800 IN AAAA <%= $ips->{current_master}{ipv6} %>
*        1800 IN CNAME <%= $ips->{current_master}{fqdn} %>.
mirror   1800 IN CNAME <%= $ips->{current_standby}{fqdn} %>.
github   86400 IN CNAME mimecast.github.io.