mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Update all
This commit is contained in:
parent
417741faed
commit
1e1270de67
1 changed files with 2 additions and 2 deletions
|
@ -12,14 +12,14 @@ MLVPN_PASS=${MLVPN_PASS:-$(head -c 32 /dev/urandom | base64 -w0)}
|
|||
OPENVPN=${OPENVPN:-yes}
|
||||
INTERFACE=${INTERFACE:-$(ip -o -4 route show to default | grep -Po '(?<=dev )(\S+)' | tr -d "\n")}
|
||||
KERNEL_VERSION="4.14.105"
|
||||
KERNEL_RELEASE="${KERNEL_VERSION}-mptcp-3f01458"
|
||||
KERNEL_RELEASE="${KERNEL_VERSION}-mptcp-310b683"
|
||||
GLORYTUN_UDP_VERSION="0dddca3b61130ae2195e7f4f0fb7ebe1292759e1"
|
||||
MLVPN_VERSION="8f9720978b28c1954f9f229525333547283316d2"
|
||||
OBFS_VERSION="5cbfdcc28cdc912852cc3c99e3c7f5603d337805"
|
||||
OMR_ADMIN_VERSION="9ebf8177817faa5c0680fd86830150c63ff1a0de"
|
||||
V2RAY_VERSION="v1.1.0"
|
||||
SHADOWSOCKS_VERSION="3.2.5"
|
||||
OMR_VERSION="0.96"
|
||||
OMR_VERSION="0.97"
|
||||
|
||||
set -e
|
||||
umask 0022
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue