diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-22 12:37:40 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-22 12:37:40 +0000 |
| commit | 40d7752f125a4ba992acbb2b835a7a864261f95c (patch) | |
| tree | b16d2e6b569b31cea06e2c1d6e1fb0673962ed2a | |
| parent | 27ddb136e1540a1336cfb690ecdf703e632877f5 (diff) | |
add foo.surf
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/etc/nsd.conf | 6 | ||||
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/zones/master/foo.surf.zone | 20 | ||||
| -rw-r--r-- | openbsd/frontends/var/nsd.twofish/etc/nsd.conf | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf index 98a0190..4817554 100644 --- a/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf +++ b/openbsd/frontends/var/nsd.blowfish/etc/nsd.conf @@ -23,6 +23,12 @@ zone: provide-xfr: 108.160.134.135 blowfish.buetow.org zone: + name: "foo.surf" + zonefile: "master/foo.surf.zone" + notify: 108.160.134.135 blowfish.buetow.org + provide-xfr: 108.160.134.135 blowfish.buetow.org + +zone: name: "snonux.de" zonefile: "master/snonux.de.zone" notify: 108.160.134.135 blowfish.buetow.org diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/foo.surf.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/foo.surf.zone new file mode 100644 index 0000000..924f85a --- /dev/null +++ b/openbsd/frontends/var/nsd.blowfish/zones/master/foo.surf.zone @@ -0,0 +1,20 @@ +$ORIGIN foo.surf. +$TTL 4h +@ IN SOA blowfish.buetow.org. hostmaster.buetow.org. ( + 2022011706 ; serial + 1h ; refresh + 30m ; retry + 7d ; expire + 1h ) ; negative + IN NS blowfish.buetow.org. + IN NS twofish.buetow.org. + + IN MX 10 buetow.org. + IN MX 20 www.buetow.org. + + + 86400 IN A 23.88.35.144 + 86400 IN AAAA 2a01:4f8:c17:20f1::42 +* 86400 IN CNAME blowfish.buetow.org. +www 86400 IN CNAME twofish.buetow.org. +www2 86400 IN CNAME snonux.codeberg.page. diff --git a/openbsd/frontends/var/nsd.twofish/etc/nsd.conf b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf index 339113e..b40ceee 100644 --- a/openbsd/frontends/var/nsd.twofish/etc/nsd.conf +++ b/openbsd/frontends/var/nsd.twofish/etc/nsd.conf @@ -20,6 +20,11 @@ zone: request-xfr: 23.88.35.144 blowfish.buetow.org zone: + name: "foo.surf" + allow-notify: 23.88.35.144 blowfish.buetow.org + request-xfr: 23.88.35.144 blowfish.buetow.org + +zone: name: "snonux.de" allow-notify: 23.88.35.144 blowfish.buetow.org request-xfr: 23.88.35.144 blowfish.buetow.org |
