mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
Add changes from master branch and create a new test script
This commit is contained in:
parent
efdb9e3ef7
commit
172c0461be
1 changed files with 2 additions and 2 deletions
|
@ -91,13 +91,13 @@ SHADOWSOCKS_BINARY_VERSION="3.3.5-3"
|
||||||
SHADOWSOCKS_GO_VERSION="1.8.0"
|
SHADOWSOCKS_GO_VERSION="1.8.0"
|
||||||
DEFAULT_USER="openmptcprouter"
|
DEFAULT_USER="openmptcprouter"
|
||||||
VPS_DOMAIN=${VPS_DOMAIN:-$(wget -4 -qO- -T 2 http://hostname.openmptcprouter.com)}
|
VPS_DOMAIN=${VPS_DOMAIN:-$(wget -4 -qO- -T 2 http://hostname.openmptcprouter.com)}
|
||||||
VPSPATH="server"
|
VPSPATH="server-test"
|
||||||
VPS_PUBLIC_IP=${VPS_PUBLIC_IP:-$(wget -4 -qO- -T 2 http://ip.openmptcprouter.com)}
|
VPS_PUBLIC_IP=${VPS_PUBLIC_IP:-$(wget -4 -qO- -T 2 http://ip.openmptcprouter.com)}
|
||||||
VPSURL="https://www.openmptcprouter.com/"
|
VPSURL="https://www.openmptcprouter.com/"
|
||||||
REPO="repo.openmptcprouter.com"
|
REPO="repo.openmptcprouter.com"
|
||||||
CHINA=${CHINA:-no}
|
CHINA=${CHINA:-no}
|
||||||
|
|
||||||
OMR_VERSION="0.1030"
|
OMR_VERSION="0.1031-test"
|
||||||
|
|
||||||
DIR=$( pwd )
|
DIR=$( pwd )
|
||||||
#"
|
#"
|
||||||
|
|
Loading…
Reference in a new issue