We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e864e99 commit c817400Copy full SHA for c817400
openvpn/vpn.sh
@@ -17,7 +17,7 @@ apt install -y openvpn easy-rsa unzip openssl iptables iptables-persistent netfi
17
18
mkdir -p /etc/openvpn/server/easy-rsa/
19
cd /etc/openvpn/
20
-wget https://raw.githubusercontent.com/givps/AutoScriptXray/master/udp-custom/openvpn/vpn.zip
+wget https://raw.githubusercontent.com/givps/AutoScriptXray/master/openvpn/vpn.zip
21
unzip vpn.zip && rm -f vpn.zip
22
chown -R root:root /etc/openvpn/server/easy-rsa/
23
0 commit comments