mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-08 03:01:34 -05:00
Unbound for containers
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6fa3abe492
commit
8d775f476f
@ -127,6 +127,12 @@ echo 'server:
|
|||||||
outgoing-port-permit: 1024-65535
|
outgoing-port-permit: 1024-65535
|
||||||
prefetch: yes
|
prefetch: yes
|
||||||
prefetch-key: yes
|
prefetch-key: yes
|
||||||
|
|
||||||
|
ip-transparent: yes
|
||||||
|
interface: 127.0.0.1
|
||||||
|
interface: 242.242.0.1
|
||||||
|
access-control: 242.242.0.0/16 allow
|
||||||
|
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
forward-tls-upstream: yes
|
forward-tls-upstream: yes
|
||||||
|
@ -164,6 +164,10 @@ echo 'server:
|
|||||||
prefetch: yes
|
prefetch: yes
|
||||||
prefetch-key: yes
|
prefetch-key: yes
|
||||||
|
|
||||||
|
ip-transparent: yes
|
||||||
|
interface: 127.0.0.1
|
||||||
|
interface: 242.242.0.1
|
||||||
|
access-control: 242.242.0.0/16 allow
|
||||||
|
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
Loading…
Reference in New Issue
Block a user