From 65460256b312fcb341f1f45764127c65e2d87c3b Mon Sep 17 00:00:00 2001 From: ctsunny <132776514+ctsunny@users.noreply.github.com> Date: Wed, 31 Dec 2025 13:37:09 +0800 Subject: [PATCH] Update port configurations in config.yml --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index e2cd2e03c748..693b3d039272 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,6 @@ # config.yml -tuic_port: "" #输入端口=确认部署 -hy2_port: "" #输入端口=确认部署 -reality_port: "" #输入端口=确认部署 +tuic_port: "10443" #输入端口=确认部署 +hy2_port: "10443" #输入端口=确认部署 +reality_port: "10443" #输入端口=确认部署 sni: "www.bing.com"