mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-03 00:04:03 +01:00
parent
6820fa23d7
commit
6457bc4361
1
etc/unbound/README.md
Normal file
1
etc/unbound/README.md
Normal file
@ -0,0 +1 @@
|
||||
This has been only tested with Pidora 2014
|
@ -1,18 +0,0 @@
|
||||
# Forward queries to
|
||||
forward-zone:
|
||||
name: "."
|
||||
# Google
|
||||
forward-addr: 2001:4860:4860::8888
|
||||
forward-addr: 2001:4860:4860::8844
|
||||
forward-addr: 8.8.8.8
|
||||
forward-addr: 8.8.4.4
|
||||
# OpenDNS - no DNSSEC, causes SERVFAILs
|
||||
#forward-addr: 2620:0:ccc::2
|
||||
#forward-addr: 2620:0:ccd::2
|
||||
#forward-addr: 208.67.222.222
|
||||
#forward-addr: 208.67.220.220
|
||||
# Yandex.DNS Basic
|
||||
forward-addr: 2a02:6b8::feed:0ff
|
||||
forward-addr: 2a02:6b8:0:1::feed:0ff
|
||||
forward-addr: 77.88.8.8
|
||||
forward-addr: 77.88.8.1
|
1
etc/unbound/debian/unbound.conf.d/forwards.conf
Symbolic link
1
etc/unbound/debian/unbound.conf.d/forwards.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../../forwards.conf
|
1
etc/unbound/fedora/local.d/forwards.conf
Symbolic link
1
etc/unbound/fedora/local.d/forwards.conf
Symbolic link
@ -0,0 +1 @@
|
||||
../../forwards.conf
|
4
etc/unbound/fedora/local.d/lan-dns.conf
Normal file
4
etc/unbound/fedora/local.d/lan-dns.conf
Normal file
@ -0,0 +1,4 @@
|
||||
interface: 0.0.0.0
|
||||
interface: ::
|
||||
access-control: 172.16.0.0/16 allow
|
||||
|
18
etc/unbound/forwards.conf
Normal file
18
etc/unbound/forwards.conf
Normal file
@ -0,0 +1,18 @@
|
||||
# Forward queries to
|
||||
forward-zone:
|
||||
name: "."
|
||||
# Google
|
||||
forward-addr: 2001:4860:4860::8888
|
||||
forward-addr: 2001:4860:4860::8844
|
||||
forward-addr: 8.8.8.8
|
||||
forward-addr: 8.8.4.4
|
||||
# OpenDNS - no DNSSEC, causes SERVFAILs
|
||||
#forward-addr: 2620:0:ccc::2
|
||||
#forward-addr: 2620:0:ccd::2
|
||||
#forward-addr: 208.67.222.222
|
||||
#forward-addr: 208.67.220.220
|
||||
# Yandex.DNS Basic
|
||||
forward-addr: 2a02:6b8::feed:0ff
|
||||
forward-addr: 2a02:6b8:0:1::feed:0ff
|
||||
forward-addr: 77.88.8.8
|
||||
forward-addr: 77.88.8.1
|
Loading…
Reference in New Issue
Block a user