mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-07-05 05:54:22 +02:00
harden-glue: and qname-minimisation for all OS
harden-glue: yes and qname-minimisation: yes for all OS, not only for Arch.
This commit is contained in:
parent
148cbf93a9
commit
d31dad466a
@ -125,9 +125,7 @@ function installUnbound () {
|
||||
trust-anchor-file: trusted-key.key
|
||||
root-hints: root.hints
|
||||
port: 53
|
||||
num-threads: 2
|
||||
harden-glue: yes
|
||||
qname-minimisation: yes' >/etc/unbound/unbound.conf
|
||||
num-threads: 2' >/etc/unbound/unbound.conf
|
||||
fi
|
||||
fi
|
||||
|
||||
@ -139,6 +137,8 @@ access-control: 10.8.0.1/24 allow
|
||||
hide-identity: yes
|
||||
hide-version: yes
|
||||
use-caps-for-id: yes
|
||||
harden-glue: yes
|
||||
qname-minimisation: yes
|
||||
prefetch: yes' >/etc/unbound/unbound.conf.d/openvpn.conf
|
||||
|
||||
if [[ ! "$OS" =~ (fedora|centos|amzn) ]];then
|
||||
|
Loading…
x
Reference in New Issue
Block a user