fix sample configuration
This commit is contained in:
parent
98ccd864b5
commit
6dd5b5e143
@ -13,10 +13,13 @@ server:
|
|||||||
# initially create using unbound-anchor -a /etc/unbound/root.key
|
# initially create using unbound-anchor -a /etc/unbound/root.key
|
||||||
auto-trust-anchor-file: /etc/unbound/root.key
|
auto-trust-anchor-file: /etc/unbound/root.key
|
||||||
|
|
||||||
|
# can be created using letsencrypt means, e.g. by a companion Apache httpd with mod_md
|
||||||
tls-service-key: /etc/unbound/privkey.pem
|
tls-service-key: /etc/unbound/privkey.pem
|
||||||
tls-service-pem: /etc/unbound/pubcert.pem
|
tls-service-pem: /etc/unbound/pubcert.pem
|
||||||
interface: 0.0.0.0@853
|
interface: 0.0.0.0@853
|
||||||
tls-port: 853
|
tls-port: 853
|
||||||
|
interface: 0.0.0.0@443
|
||||||
|
https-port: 443
|
||||||
|
|
||||||
num-threads: 2
|
num-threads: 2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user