除 UI 端口之外,其余端口采用 TCP + UDP 端口检测方式检测
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user