Skip to content

Commit 9c602e9

Browse files
committed
Add forward configuration with TLS support
1 parent cc41ec6 commit 9c602e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

conf/config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@ rundir: /run/knot-resolver
22
workers: 1
33
cache:
44
storage: /var/cache/knot-resolver
5+
56
logging:
67
level: info
8+
79
network:
810
do-ipv6: false
911
listen:
1012
- interface: 0.0.0.0@53
13+
14+
forward:
15+
- subtree: .
16+
servers:
17+
- address: [ 185.43.135.1, 193.17.47.1 ]
18+
transport: tls
19+
hostname: odvr.nic.cz

0 commit comments

Comments
 (0)