除 UI 端口之外,其余端口采用 TCP + UDP 端口检测方式检测

This commit is contained in:
Feng Yu
2026-03-23 11:19:37 +08:00
parent 96f04a2225
commit b750469047
2 changed files with 7 additions and 7 deletions

View File

@@ -439,7 +439,7 @@ set_adv_config() {
;;
1)
xport=mix_port
inputport tcp
inputport
if [ $? -eq 1 ]; then
break
else
@@ -471,7 +471,7 @@ set_adv_config() {
;;
3)
xport=redir_port
inputport tcp
inputport
if [ $? -eq 1 ]; then
break
else
@@ -480,7 +480,7 @@ set_adv_config() {
;;
4)
xport=dns_port
inputport all
inputport
if [ $? -eq 1 ]; then
break
else