1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 05:56:08 +03:00

Update openvpn-install.sh

DNS doesn't work properly until this is changed on all my clients and servers
This commit is contained in:
Ben Yanke 2016-07-07 12:29:47 -05:00 committed by GitHub
parent ef1ae85797
commit 6fbd3666f1

View File

@ -283,7 +283,7 @@ group $GROUPNAME
persist-key persist-key
persist-tun persist-tun
status openvpn-status.log status openvpn-status.log
verb 3 verb 6
crl-verify crl.pem" >> /etc/openvpn/server.conf crl-verify crl.pem" >> /etc/openvpn/server.conf
# Enable net.ipv4.ip_forward for the system # Enable net.ipv4.ip_forward for the system
if [[ "$OS" = 'debian' ]]; then if [[ "$OS" = 'debian' ]]; then