From f6b2f3e27d50e93ca6f12c4187b23d88ef204058 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 19 Oct 2025 14:04:15 +0200 Subject: add domain genskabet.dk --- bind/named.conf.JONES.DK | 1 + bind/named.conf.JONES.DK.internal | 1 + 2 files changed, 2 insertions(+) (limited to 'bind') diff --git a/bind/named.conf.JONES.DK b/bind/named.conf.JONES.DK index d77c06f..f74a0b6 100644 --- a/bind/named.conf.JONES.DK +++ b/bind/named.conf.JONES.DK @@ -10,6 +10,7 @@ zone "couchdesign.dk" { type slave; file "db.couchdesign.dk"; masters { 87.104 zone "electrohype.dk" { type slave; file "db.electrohype.dk"; masters { 87.104.249.100; }; }; zone "feliciaweb.dk" { type slave; file "db.feliciaweb.dk"; masters { 87.104.249.100; }; }; zone "friis-holm.dk" { type slave; file "db.friis-holm.dk"; masters { 87.104.249.100; }; }; +zone "genskabet.dk" { type slave; file "db.genskabet.dk"; masters { 87.104.249.100; }; }; zone "homebase.dk" { type slave; file "db.homebase.dk"; masters { 87.104.249.100; }; }; zone "jones.dk" { type slave; file "db.jones.dk"; masters { 87.104.249.100; }; }; zone "kassandra-production.dk" { type slave; file "db.kassandra-production.dk"; masters { 87.104.249.100; }; }; diff --git a/bind/named.conf.JONES.DK.internal b/bind/named.conf.JONES.DK.internal index 6ab66cd..7129f3a 100644 --- a/bind/named.conf.JONES.DK.internal +++ b/bind/named.conf.JONES.DK.internal @@ -10,6 +10,7 @@ zone couchdesign.dk { in-view internal; }; zone electrohype.dk { in-view internal; }; zone feliciaweb.dk { in-view internal; }; zone friis-holm.dk { in-view internal; }; +zone genskabet.dk { in-view internal; }; zone homebase.dk { in-view internal; }; zone jones.dk { in-view internal; }; zone kassandra-production.dk { in-view internal; }; -- cgit v1.2.3