mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update and rename iiab-vpn.j2 to iiab-vpn.j2.deprecated
This commit is contained in:
parent
171f8278ee
commit
e037b84217
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# script to manage openvpn
|
# script to manage openvpn
|
||||||
|
|
||||||
if [ ! -f "/etc/openvpn/iiab-vpn.conf" ]; then
|
if [ ! -f "/etc/openvpn/iiab-vpn.conf" ]; then
|
||||||
VPNCONFIG='party-line.conf'
|
VPNCONFIG='xscenet.conf' # WAS BUGGY (set to non-existent "party-line.conf", but thankfully unused) as of August 2018
|
||||||
VPNIP={{ openvpn_server_virtual_ip }}
|
VPNIP={{ openvpn_server_virtual_ip }}
|
||||||
else
|
else
|
||||||
# expect the sourced file to set the above variables
|
# expect the sourced file to set the above variables
|
Loading…
Reference in a new issue