From 4e7781ab1d8823ce3a53fa477be4e2a854e75a0d Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sun, 26 Oct 2014 20:41:09 +0100 Subject: [PATCH] Add .bit --- bit.conf | 4 ++++ named.conf | 1 + 2 files changed, 5 insertions(+) create mode 100644 bit.conf diff --git a/bit.conf b/bit.conf new file mode 100644 index 0000000..5fb21d9 --- /dev/null +++ b/bit.conf @@ -0,0 +1,4 @@ +zone "bit" { + type static-stub; + server-addresses { 144.76.8.73; }; +} diff --git a/named.conf b/named.conf index 670c02c..c627cae 100644 --- a/named.conf +++ b/named.conf @@ -11,3 +11,4 @@ include "/etc/bind/named.conf.local"; include "/etc/bind/named.conf.default-zones"; include "/etc/bind/ffhh.conf"; include "/etc/bind/icvpn.conf"; +include "/etc/bind/bit.conf";