mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 19:30:16 +00:00
both wg and openvpn can be installed
This commit is contained in:
parent
e700cf1c8f
commit
d4b3c9ee89
1 changed files with 4 additions and 3 deletions
|
@ -9,11 +9,12 @@
|
||||||
#
|
#
|
||||||
# curl -L https://install.pivpn.io | bash
|
# curl -L https://install.pivpn.io | bash
|
||||||
# Make sure you have `curl` installed
|
# Make sure you have `curl` installed
|
||||||
# timestamp 2020/5/13 00:51BST
|
|
||||||
|
# timestamp 2020/5/14 15:29BST
|
||||||
|
|
||||||
######## VARIABLES #########
|
######## VARIABLES #########
|
||||||
#pivpnGitUrl="https://github.com/pivpn/pivpn.git"
|
pivpnGitUrl="https://github.com/pivpn/pivpn.git"
|
||||||
pivpnGitUrl="/home/ubuntu/repos/pivpn"
|
#pivpnGitUrl="/home/ubuntu/repos/pivpn"
|
||||||
setupVarsFile="setupVars.conf"
|
setupVarsFile="setupVars.conf"
|
||||||
setupConfigDir="/etc/pivpn"
|
setupConfigDir="/etc/pivpn"
|
||||||
tempsetupVarsFile="/tmp/setupVars.conf"
|
tempsetupVarsFile="/tmp/setupVars.conf"
|
||||||
|
|
Loading…
Reference in a new issue