1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update and rename iiab-vpn.j2 to iiab-vpn.j2.deprecated

This commit is contained in:
A Holt 2018-08-15 16:25:58 -04:00 committed by GitHub
parent 171f8278ee
commit e037b84217
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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