mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 修改VMess ws端口只监听127
parent
a55800608f
commit
e6b559d83a
|
@ -1757,6 +1757,7 @@ EOF
|
|||
{
|
||||
"inbounds":[
|
||||
{
|
||||
"listen": "127.0.0.1",
|
||||
"port": 31299,
|
||||
"protocol": "vmess",
|
||||
"tag":"VMessWS",
|
||||
|
@ -2180,6 +2181,7 @@ EOF
|
|||
{
|
||||
"inbounds":[
|
||||
{
|
||||
"listen": "127.0.0.1",
|
||||
"port": 31299,
|
||||
"protocol": "vmess",
|
||||
"tag":"VMessWS",
|
||||
|
@ -4180,7 +4182,7 @@ menu() {
|
|||
cd "$HOME" || exit
|
||||
echoContent red "\n=============================================================="
|
||||
echoContent green "作者:mack-a"
|
||||
echoContent green "当前版本:v2.5.24"
|
||||
echoContent green "当前版本:v2.5.25"
|
||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||
echoContent green "描述:八合一共存脚本\c"
|
||||
showInstallStatus
|
||||
|
|
Loading…
Reference in New Issue