diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-17 19:33:05 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-17 19:33:05 +0000 |
| commit | 14fb16706c6dfbaa95c4a2cdd694b4377bc73c8f (patch) | |
| tree | 8a69869d8eb3c021ee0dc20877d023ef8e78956d | |
| parent | 749c81eca7124365f3387fd569f13847f0f73c58 (diff) | |
update test zone
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone index f13cfd0..f20f414 100644 --- a/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone +++ b/openbsd/frontends/var/nsd.blowfish/zones/master/snonux.me.zone @@ -1,15 +1,16 @@ $ORIGIN snonux.me. $TTL 4h @ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( - 2022011605 ; serial + 2022011701 ; serial 1h ; refresh 30m ; retry 7d ; expire 1h ) ; negative - IN NS blowfish.buetow.org. - IN NS twofish.buetow.org. + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. - IN MX 0 buetow.org. - IN MX 0 www.buetow.org. + 86400 IN ALIAS blowfish.buetow.org. +* 86400 IN ALIAS blowfish.buetow.org. +www 86400 IN ALIAS twofish.buetow.org. +www2 86400 IN ALIAS snonux.codeberg.page. -* IN CNAME buetow.org. |
