]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: updates ipredator profile
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 19 Nov 2017 13:18:23 +0000 (11:18 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 19 Nov 2017 13:18:23 +0000 (11:18 -0200)
share/provision/files/ipredator/etc/openvpn/ipredator.conf [moved from share/provision/files/ipredator/etc/openvpn/IPredator-CLI-Password.conf with 97% similarity]
share/provision/ipredator

similarity index 97%
rename from share/provision/files/ipredator/etc/openvpn/IPredator-CLI-Password.conf
rename to share/provision/files/ipredator/etc/openvpn/ipredator.conf
index 210cbdc17051b417e0b4c2490eeb13399585e016..439f31b9fe1a3a8329b3e7d1436d66ede3d3e5c8 100644 (file)
@@ -8,7 +8,8 @@ remote pw.openvpn.ipredator.es 1194
 resolv-retry infinite
 nobind
 
-auth-user-pass /etc/openvpn/IPredator.auth
+#auth-user-pass /etc/openvpn/IPredator.auth
+auth-user-pass /etc/openvpn/ipredator.auth
 auth-retry nointeract
 
 ca [inline]
index e8bba69d342071c7c22d02e7929cfe074f0971ab..8ceb348693c465e38d4325d2347021fef4219c54 100755 (executable)
@@ -29,12 +29,12 @@ APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y"
 # Provision the basic stuff
 $DIRNAME/vpn $HOSTNAME $DOMAIN $MIRROR
 
-# IPredator 
+# ipredator 
 # See https://www.ipredator.se/guide/openvpn/debian/native
-sudo cp $DIRNAME/files/ipredator/etc/openvpn/IPredator-CLI-Password.conf /etc/openvpn
-sudo touch /etc/openvpn/IPredator.auth
-sudo chown root:root /etc/openvpn/IPredator-CLI-Password.conf
-sudo chown root:root /etc/openvpn/IPredator.auth
-sudo chmod 400 /etc/openvpn/IPredator-CLI-Password.conf
-sudo chmod 400 /etc/openvpn/IPredator.auth
-echo "Please set user/password at /etc/openvpn/IPredator.auth"
+sudo cp $DIRNAME/files/ipredator/etc/openvpn/ipredator.conf /etc/openvpn
+sudo touch /etc/openvpn/ipredator.auth
+sudo chown root:root /etc/openvpn/ipredator.conf
+sudo chown root:root /etc/openvpn/ipredator.auth
+sudo chmod 400 /etc/openvpn/ipredator.conf
+sudo chmod 400 /etc/openvpn/ipredator.auth
+echo "Please set user/password at /etc/openvpn/ipredator.auth"