1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Update Shadowsocks to 1.13.0

This commit is contained in:
Ycarus (Yannick Chabanois) 2025-03-07 08:05:23 +00:00
parent 7aac683f4f
commit fd55a16550
2 changed files with 7 additions and 9 deletions

View file

@ -95,7 +95,7 @@ EASYRSA_VERSION="3.0.6"
#fi
IPROUTE2_VERSION="29da83f89f6e1fe528c59131a01f5d43bcd0a000"
SHADOWSOCKS_BINARY_VERSION="3.3.5-3"
SHADOWSOCKS_GO_VERSION="1.11.3"
SHADOWSOCKS_GO_VERSION="1.13.0"
DEFAULT_USER="openmptcprouter"
VPS_DOMAIN=${VPS_DOMAIN:-$(wget -4 -qO- -T 2 http://hostname.openmptcprouter.com)}
VPSPATH="server-test"

View file

@ -26,14 +26,12 @@
"api": {
"enabled": true,
"debugPprof": false,
"enableTrustedProxyCheck": false,
"trustedProxies": [],
"proxyHeader": "X-Forwarded-For",
"listen": "127.0.0.1:65279",
"certFile": "",
"keyFile": "",
"clientCertFile": "",
"secretPath": "",
"fiberConfigPath": ""
"listeners": [
{
"network": "tcp",
"address": "127.0.0.1:65279"
}
]
}
}