From 4ab9cec35b2c046e995ef891e89245e8a4a2ca33 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 9 Jul 2020 08:11:33 +0200 Subject: add FSUB.DE domain fsub.org --- bind/named.conf.pri | 3 +++ bind/pri/fsub.org | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 bind/pri/fsub.org diff --git a/bind/named.conf.pri b/bind/named.conf.pri index 32be822..ee48e4d 100644 --- a/bind/named.conf.pri +++ b/bind/named.conf.pri @@ -1,3 +1,6 @@ zone "fsub.de" { type master; allow-transfer { fsub_peers; }; file "/etc/local-FSUB.DE/bind/pri/fsub.de"; }; +zone "fsub.org" { + type master; allow-transfer { fsub_peers; }; + file "/etc/local-FSUB.DE/bind/pri/fsub.org"; }; diff --git a/bind/pri/fsub.org b/bind/pri/fsub.org new file mode 100644 index 0000000..90a2026 --- /dev/null +++ b/bind/pri/fsub.org @@ -0,0 +1,8 @@ +$TTL 1h +@ SOA ns.bitbase.dk. hostmaster.fsub.de. ( + 2020053001 + 1h 30m 1w 1h ) + +$INCLUDE /etc/local-FSUB.DE/bind/skel/CNAME + +$INCLUDE /etc/local-FSUB.DE/bind/skel/CNAME www -- cgit v1.2.3