修改"设置端口方式"

This commit is contained in:
Olia Lisa
2026-04-20 18:03:04 +08:00
parent 14f6b5b702
commit 4c0123184e
4 changed files with 33 additions and 4 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ create_reality_config(){
update_key
# 设置端口
update_port
update_port 443
# 设置reality_dest目标域名
update_reality_dest
@@ -46,7 +46,7 @@ create_xhttp_reality_config(){
update_reality_dest
# 设置端口
update_port
update_port 443
green "成功创建配置"
}