Merge pull request #5 from Angristan/patch-1
rename client.conf to client.ovpn
This commit is contained in:
commit
76a7939748
@ -209,7 +209,7 @@ sed -i "s/\$pass = '';/\$pass = '$mysql_pass';/" "./include/config.php"
|
|||||||
|
|
||||||
# Replace in the client configurations with the ip of the server
|
# Replace in the client configurations with the ip of the server
|
||||||
sed -i "s/remote xxx\.xxx\.xxx\.xxx 443/remote $ip_server 443/" "./client-conf/gnu-linux/client.conf"
|
sed -i "s/remote xxx\.xxx\.xxx\.xxx 443/remote $ip_server 443/" "./client-conf/gnu-linux/client.conf"
|
||||||
sed -i "s/remote xxx\.xxx\.xxx\.xxx 443/remote $ip_server 443/" "./client-conf/windows/client.conf"
|
sed -i "s/remote xxx\.xxx\.xxx\.xxx 443/remote $ip_server 443/" "./client-conf/windows/client.ovpn"
|
||||||
|
|
||||||
# Copy ta.key inside the client-conf directory
|
# Copy ta.key inside the client-conf directory
|
||||||
cp "/etc/openvpn/"{ca.crt,ta.key} "./client-conf/gnu-linux/"
|
cp "/etc/openvpn/"{ca.crt,ta.key} "./client-conf/gnu-linux/"
|
||||||
|
Loading…
Reference in New Issue
Block a user