Better install support for configuration files .
This commit is contained in:
parent
5f73003638
commit
a5bffa091d
@ -24,19 +24,24 @@ ORG_SHORTCUT=""
|
||||
|
||||
# - Name of the OpenVPN Service
|
||||
# -
|
||||
# - Example: 'so36' or 'home' or 'gw-ckubu' or 'opp' or 'opferperspektive' or..
|
||||
# - Multiple names are posssible - List of blank separated names.
|
||||
# -
|
||||
# - Example: 'so36'
|
||||
# - 'home'
|
||||
# - 'gw-ckubu'
|
||||
# - 'opp'
|
||||
# - 'opferperspektive'
|
||||
# - 'home gw-ckubu'
|
||||
# - 'spr gw-ckubu'
|
||||
# -
|
||||
OPENVPN_NAME=""
|
||||
|
||||
# - OpenVPN Base Directory for Service
|
||||
# -
|
||||
# - Defaults to: OPENVPN_BASE_DIR="/etc/openvpn/server/${OPENVPN_NAME}"
|
||||
# -
|
||||
OPENVPN_BASE_DIR=""
|
||||
|
||||
# - OpenVPN Key Directory for Service
|
||||
OPENVPN_KEY_DIR=""
|
||||
|
||||
# - OpenVPN Client Cofiguration Directory for Service
|
||||
OPENVPN_CCD_DIR=""
|
||||
|
||||
# ---
|
||||
# - Parameters OpenVPN Configuration / KEY Creation
|
||||
# ---
|
||||
@ -92,9 +97,10 @@ LZO_COMPRESSION="no"
|
||||
# -
|
||||
SERVER_CIPHER="AES-256-CBC"
|
||||
|
||||
# - OpenVPN Network used for the connection.
|
||||
# - OpenVPN Network(s) used for this server.
|
||||
# -
|
||||
# - Eample: 10.0.217.0
|
||||
# - Eample: "10.0.217.0"
|
||||
# - "10.0.82.0 10.0.82.1"
|
||||
# -
|
||||
OPENVPN_NETWORK=""
|
||||
|
||||
@ -106,13 +112,13 @@ OPENVPN_NETWORK=""
|
||||
# -
|
||||
# - Example: '192.168.82.0/24 192.168.83.0'
|
||||
# -
|
||||
REMOTE_NETWORKS="none"
|
||||
REMOTE_NETWORKS="None"
|
||||
|
||||
# - IP-Address of DNS server to push from OpenVPN server to the client.
|
||||
# -
|
||||
# - "None" if no DNS Server should be pushed.
|
||||
# -
|
||||
DNS_SERVER="none"
|
||||
DNS_SERVER="None"
|
||||
|
||||
# - Search Domain(s) to push from OpenVPN server to the client.
|
||||
# -
|
||||
|
1013
install_openvpn.sh
1013
install_openvpn.sh
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user