mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-24 22:50:33 -04:00
unbound: enable prefetch and prefetch-key
This commit is contained in:
parent
e4872fb5bb
commit
f5e61e0ca7
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ server:
|
||||||
qname-minimisation: yes
|
qname-minimisation: yes
|
||||||
trust-anchor-file: /etc/unbound/trusted-key.key
|
trust-anchor-file: /etc/unbound/trusted-key.key
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
||||||
|
prefetch: yes
|
||||||
|
prefetch-key: yes
|
||||||
|
|
||||||
forward-zone:
|
forward-zone:
|
||||||
name: "."
|
name: "."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue