mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +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
|
||||
|
||||
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 }}
|
||||
else
|
||||
# expect the sourced file to set the above variables
|
Loading…
Reference in a new issue