diff options
| author | Paul Buetow <paul@buetow.org> | 2024-03-17 18:34:40 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-03-17 18:34:40 +0200 |
| commit | 1258b64bb9c15460c24e75f4b01b20960923c140 (patch) | |
| tree | dc3090b23383e41d2ed54db3277f461d7c02704a | |
| parent | 5079ddb512b46e0ba502957dd7cc91db8e115c72 (diff) | |
fix MX records for buetow.org sub-domains
| -rw-r--r-- | frontends/var/nsd/zones/master/buetow.org.zone.tpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/frontends/var/nsd/zones/master/buetow.org.zone.tpl b/frontends/var/nsd/zones/master/buetow.org.zone.tpl index 71b56e4..0f451d2 100644 --- a/frontends/var/nsd/zones/master/buetow.org.zone.tpl +++ b/frontends/var/nsd/zones/master/buetow.org.zone.tpl @@ -26,11 +26,15 @@ www.solarcat 1800 IN CNAME <%= $ips->{current_master}{fqdn} %>. blowfish 14400 IN A 23.88.35.144 blowfish 14400 IN AAAA 2a01:4f8:c17:20f1::42 +blowfish IN MX 10 fishfinger.buetow.org. +blowfish IN MX 20 blowfish.buetow.org. fishfinger 14400 IN A 46.23.94.99 fishfinger 14400 IN AAAA 2a03:6000:6f67:624::99 +fishfinger IN MX 10 fishfinger.buetow.org. +fishfinger IN MX 20 blowfish.buetow.org. -git1 1800 IN CNAME blowfish -git2 1800 IN CNAME fishfinger +git1 1800 IN CNAME blowfish.buetow.org. +git2 1800 IN CNAME fishfinger.buetow.org. mirror 1800 IN CNAME <%= $ips->{current_standby}{fqdn} %>. mirror.paul 1800 IN CNAME <%= $ips->{current_standby}{fqdn} %>. |
