diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-22 18:48:26 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-22 18:48:26 +0000 |
| commit | 4be2e88532479f77e7c4b9d51c6c59a6eb823005 (patch) | |
| tree | 994c0500badb0c169a71ae8edac9ba4707eeecd1 /openbsd/frontends/var | |
| parent | af848172e06b4f77fe42f41ddd68c8a5a0cf60a4 (diff) | |
add foo.zone
Diffstat (limited to 'openbsd/frontends/var')
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/etc/nsd.conf | 6 | ||||
| -rw-r--r-- | openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.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 4817554..d95a168 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.zone" + zonefile: "master/foo.zone.zone" + notify: 108.160.134.135 blowfish.buetow.org + 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 diff --git a/openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.zone b/openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.zone new file mode 100644 index 0000000..df318a2 --- /dev/null +++ b/openbsd/frontends/var/nsd.blowfish/zones/master/foo.zone.zone @@ -0,0 +1,20 @@ +$ORIGIN foo.zone. +$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 b40ceee..3ce547a 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.zone" + allow-notify: 23.88.35.144 blowfish.buetow.org + 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 |
