diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-25 00:14:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-25 00:14:11 +0200 |
| commit | a561ded6c504a97f681cd772a31652ccb998fbe9 (patch) | |
| tree | 04b0a6f60dc67f567565a181762e7a5f5bdc7c8c /frontends/var | |
| parent | 00380954b8cd1a8a934b111a17fccd4ab0826f94 (diff) | |
add git.buetow.org
Diffstat (limited to 'frontends/var')
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index fa50844..6ed5aa9 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -61,6 +61,13 @@ www.fotos 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover standby.fotos 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover standby.fotos 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover +git 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover +git 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover +www.git 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover +www.git 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover +standby.git 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover +standby.git 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover + blowfish 14400 IN A 23.88.35.144 blowfish 14400 IN AAAA 2a01:4f8:c17:20f1::42 blowfish IN MX 10 fishfinger.buetow.org. |
