diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-15 00:03:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-15 00:03:08 +0200 |
| commit | d6a7349c4d93f6e9f98a942b79c70c8a3247dfb0 (patch) | |
| tree | 4f8a4720a5c98c61d0834f22a6712e0176611345 | |
| parent | 438f47bccab4fa8128e085131fbd9dc499fd07b3 (diff) | |
fix paul.buetow.org DNS
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index 03b0de7..60220fe 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -51,5 +51,7 @@ paul IN MX 10 mail.protonmail.ch. paul IN MX 20 mailsec.protonmail.ch. paul IN MX 42 blowfish paul IN MX 42 fishfinger +paul 1800 IN A <%= $ips->{current_master}{ipv4} %> +paul 1800 IN AAAA <%= $ips->{current_master}{ipv6} %> -* 1800 IN CNAME <%= $ips->{current_master}{fqdn} %>. +* 1800 IN CNAME <%= $ips->{current_master}{fqdn} %>. |
