Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f064f5678 | |||
| 15a61e7510 | |||
| 77325a2e6a | |||
| db4256e362 | |||
| 733089e400 |
@@ -12,6 +12,8 @@
|
||||
auto-trust-anchor-file: "/root.key"
|
||||
# send minimal amount of information to upstream servers to enhance privacy
|
||||
qname-minimisation: yes
|
||||
prefetch: yes
|
||||
serve-expired: yes
|
||||
# the interface that is used to connect to the network (this will listen to all interfaces)
|
||||
interface: 0.0.0.0
|
||||
# interface: ::0
|
||||
@@ -35,6 +37,14 @@
|
||||
do-udp: yes
|
||||
do-tcp: yes
|
||||
|
||||
forward-zone:
|
||||
name: "ts.net."
|
||||
forward-addr: 100.100.100.100
|
||||
|
||||
forward-zone:
|
||||
name: "100.in-addr.arpa."
|
||||
forward-addr: 100.100.100.100
|
||||
|
||||
view:
|
||||
name: "lan"
|
||||
view-first: yes
|
||||
|
||||
Binary file not shown.
@@ -12,6 +12,8 @@
|
||||
auto-trust-anchor-file: "/root.key"
|
||||
# send minimal amount of information to upstream servers to enhance privacy
|
||||
qname-minimisation: yes
|
||||
prefetch: yes
|
||||
serve-expired: yes
|
||||
# the interface that is used to connect to the network (this will listen to all interfaces)
|
||||
interface: 0.0.0.0
|
||||
# interface: ::0
|
||||
@@ -35,6 +37,14 @@
|
||||
do-udp: yes
|
||||
do-tcp: yes
|
||||
|
||||
forward-zone:
|
||||
name: "ts.net."
|
||||
forward-addr: 100.100.100.100
|
||||
|
||||
forward-zone:
|
||||
name: "100.in-addr.arpa."
|
||||
forward-addr: 100.100.100.100
|
||||
|
||||
view:
|
||||
name: "lan"
|
||||
view-first: yes
|
||||
|
||||
Reference in New Issue
Block a user