diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-16 00:21:57 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-16 00:21:57 +0200 |
| commit | 5079ddb512b46e0ba502957dd7cc91db8e115c72 (patch) | |
| tree | d6d5c5aab708ae6b6cba1d961f0dbc1e19c0c025 | |
| parent | e87a2d28a64c0dd86788b8ec86bea25608a2fbdb (diff) | |
add fotos.buetow.org back
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 2 |
1 files changed, 2 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 198f13d..71b56e4 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -57,5 +57,7 @@ dory 1800 IN A <%= $ips->{current_master}{ipv4} %> dory 1800 IN AAAA <%= $ips->{current_master}{ipv6} %> solarcat 1800 IN A <%= $ips->{current_master}{ipv4} %> solarcat 1800 IN AAAA <%= $ips->{current_master}{ipv6} %> +fotos 1800 IN A <%= $ips->{current_master}{ipv4} %> +fotos 1800 IN AAAA <%= $ips->{current_master}{ipv6} %> * 1800 IN CNAME <%= $ips->{current_master}{fqdn} %>. |
