From 6be1ab16d8bfa534af866bc4b02ecca5a788f3f7 Mon Sep 17 00:00:00 2001 From: sn0wb0i Date: Tue, 27 Aug 2019 16:14:14 -0400 Subject: [PATCH] Unbound config --- unbound.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 unbound.conf diff --git a/unbound.conf b/unbound.conf new file mode 100644 index 0000000..755d4b0 --- /dev/null +++ b/unbound.conf @@ -0,0 +1,20 @@ +# Unbound configuration file for Debian. +# +# See the unbound.conf(5) man page. +# +# See /usr/share/doc/unbound/examples/unbound.conf for a commented +# reference config file. +# +# The following line includes additional configuration files from the +# /etc/unbound/unbound.conf.d directory. +include: "/etc/unbound/unbound.conf.d/*.conf" + +server: + hide-version: yes + + interface: 127.0.0.1 + interface: ::1 + + # anycast + interface: 198.251.90.114 + access-control: 0.0.0.0/0 allow