mirror of
https://github.com/Nyr/openvpn-install.git
synced 2025-04-05 05:33:30 +03:00
Merge d242ed43eb
into 5b9f3b62b8
This commit is contained in:
commit
8e6782acf7
1 changed files with 4 additions and 1 deletions
|
@ -367,7 +367,10 @@ exit 0' > $RCLOCAL
|
|||
IP=$PUBLICIP
|
||||
fi
|
||||
# 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
|
||||
proto $PROTOCOL
|
||||
sndbuf 0
|
||||
|
|
Loading…
Add table
Reference in a new issue