Use openvpn.conf, if installed
Co-Authored-By: randomshell <43271778+randomshell@users.noreply.github.com>
This commit is contained in:
parent
e961d5db60
commit
4969c10bc7
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ private-address: 127.0.0.0/8
|
|||
private-address: ::ffff:0:0/96' > /etc/unbound/openvpn.conf
|
||||
if [[ "$IPV6_SUPPORT" == 'y' ]]; then
|
||||
echo 'interface: fd42:42:42:42::1
|
||||
access-control: fd42:42:42:42::/112 allow' >> /etc/unbound/unbound.conf
|
||||
access-control: fd42:42:42:42::/112 allow' >> /etc/unbound/openvpn.conf
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue