diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-21 22:52:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-21 22:52:12 +0200 |
| commit | 14079618711da28d5a3dab70cd164878d0eaa148 (patch) | |
| tree | b9bbc681449b5f4e075fcd79a0eb5fe08a58907e | |
| parent | 30b16fb789f8fd0b973d273794e53035b5c126b4 (diff) | |
remove paul.cyou
| -rw-r--r-- | frontends/etc/mail/virtualdomains | 1 | ||||
| -rw-r--r-- | frontends/var/nsd/zones/master/paul.cyou.zone.tpl | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/frontends/etc/mail/virtualdomains b/frontends/etc/mail/virtualdomains index b59554a..aac8065 100644 --- a/frontends/etc/mail/virtualdomains +++ b/frontends/etc/mail/virtualdomains @@ -17,4 +17,3 @@ nospam.buetow.org snonux.foo dtail.dev foo.zone -paul.cyou diff --git a/frontends/var/nsd/zones/master/paul.cyou.zone.tpl b/frontends/var/nsd/zones/master/paul.cyou.zone.tpl deleted file mode 100644 index fdffef4..0000000 --- a/frontends/var/nsd/zones/master/paul.cyou.zone.tpl +++ /dev/null @@ -1,20 +0,0 @@ -$ORIGIN paul.cyou. -$TTL 4h -@ IN SOA fishfinger.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. - - 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover - 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover -www 300 IN A <%= $ips->{current_master}{ipv4} %> ; Enable failover -www 300 IN AAAA <%= $ips->{current_master}{ipv6} %> ; Enable failover -standby 300 IN A <%= $ips->{current_standby}{ipv4} %> ; Enable failover -standby 300 IN AAAA <%= $ips->{current_standby}{ipv6} %> ; Enable failover |
