Install unbound in conf.d/openvpn.conf
For existing installs
This commit is contained in:
parent
09f89cd3d8
commit
21734bab5f
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ private-address: ::ffff:0:0/96" >> /etc/unbound/unbound.conf
|
|||
# Add OpenVPN integration
|
||||
echo 'server:
|
||||
interface: 10.8.0.1
|
||||
access-control: 10.8.0.1/24 allow' >> /etc/unbound/unbound.conf
|
||||
access-control: 10.8.0.1/24 allow' >> /etc/unbound/conf.d/openvpn.conf
|
||||
|
||||
# Restart the service
|
||||
systemctl restart unbound
|
||||
|
|
|
|||
Loading…
Reference in a new issue