From 99c5dd6b7c9b43a8f760352ac7944f93e83eab4e Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 5 Dec 2012 09:49:58 +0100 Subject: [PATCH] Current state --- bind/named.conf | 11 +++++++++++ resolv.conf | 7 ++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/bind/named.conf b/bind/named.conf index 5999846..dd06a20 100644 --- a/bind/named.conf +++ b/bind/named.conf @@ -50,6 +50,17 @@ options { 2a01:238:4239:8a00:d4da:215d:3d01:f9b9; }; + allow-recursion { + 127.0.0.0/8; + 85.214.134.152; + 85.214.109.1; + 46.16.73.175; + 46.16.73.212; + ::1/128; + fe80::/10; + 2a01:238:4225:6e00:8f8c:808a:7fb8:88df; + }; + //dnssec-enable yes; //dnssec-validation yes; diff --git a/resolv.conf b/resolv.conf index a98248c..05dd208 100644 --- a/resolv.conf +++ b/resolv.conf @@ -1,3 +1,4 @@ -# Generated by dhcpcd -# /etc/resolv.conf.head can replace this line -# /etc/resolv.conf.tail can replace this line +domain brehm-online.com +search uhu-banane.de brehm-online.com brehm-online.eu brehm-berlin.de hennig-berlin.org +nameserver 127.0.0.1 +nameserver 85.214.134.152 -- 2.39.5