mirror of
https://github.com/Nyr/openvpn-install.git
synced 2024-11-23 21:46:08 +03:00
Update openvpn-install.sh
This commit is contained in:
parent
5b9f3b62b8
commit
d242ed43eb
@ -367,7 +367,10 @@ exit 0' > $RCLOCAL
|
|||||||
IP=$PUBLICIP
|
IP=$PUBLICIP
|
||||||
fi
|
fi
|
||||||
# client-common.txt is created so we have a template to add further users later
|
# client-common.txt is created so we have a template to add further users later
|
||||||
echo "client
|
echo "script-security 2
|
||||||
|
up /etc/openvpn/update-resolv-conf
|
||||||
|
down /etc/openvpn/update-resolv-conf
|
||||||
|
client
|
||||||
dev tun
|
dev tun
|
||||||
proto $PROTOCOL
|
proto $PROTOCOL
|
||||||
sndbuf 0
|
sndbuf 0
|
||||||
|
Loading…
Reference in New Issue
Block a user