From e0fe620899fa9c2ab5aa1369fca961a8ea7ed12a Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 2 Aug 2019 17:34:06 +0200 Subject: [PATCH] VPS script 0.999 --- debian9-x86_64.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 5fe7a2e..ba24012 100644 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -19,12 +19,12 @@ KERNEL_RELEASE="${KERNEL_VERSION}-mptcp_1.1+a289cca" GLORYTUN_UDP_VERSION="5e89ebc55003b4af395ec58dce301046f9a3e7b7" MLVPN_VERSION="8f9720978b28c1954f9f229525333547283316d2" OBFS_VERSION="5cbfdcc28cdc912852cc3c99e3c7f5603d337805" -OMR_ADMIN_VERSION="65abfbf7f83c5bd5ff349a8a087383f671285494" +OMR_ADMIN_VERSION="172a02677857b895539e1e5634dc4aeb6bb2ddfb" V2RAY_VERSION="v1.1.0" SHADOWSOCKS_VERSION="3.2.5" -VPS_DOMAIN=${VPS_DOMAIN:-$(wget -4 -qO- -T 2 hostname.openmptcprouter.com)} +VPS_DOMAIN=${VPS_DOMAIN:-$(wget -4 -qO- -T 2 http://hostname.openmptcprouter.com)} -OMR_VERSION="0.9962" +OMR_VERSION="0.999" set -e umask 0022 @@ -500,7 +500,7 @@ if [ "$TLS" = "yes" ]; then fi VPS_CERT=1 else - echo "Not working domain detected..." + echo "No working domain detected..." fi fi @@ -626,7 +626,7 @@ else fi fi if [ "$VPS_CERT" = "0" ]; then - echo 'Not working domain detected, not able to generate certificate for v2ray.' + echo 'No working domain detected, not able to generate certificate for v2ray.' echo 'You can set VPS_DOMAIN to a working domain if you want a certificate.' fi echo 'Restarting shorewall...'