From 8ffdd8e78f47868b34021355a9f8f14c9545748e Mon Sep 17 00:00:00 2001 From: huangfeng Date: Tue, 8 Apr 2025 16:57:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ncac/ubuntu22/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncac/ubuntu22/setup.sh b/ncac/ubuntu22/setup.sh index d515126..feba394 100644 --- a/ncac/ubuntu22/setup.sh +++ b/ncac/ubuntu22/setup.sh @@ -305,7 +305,7 @@ updateFirewall(){ ufw allow 443/tcp ufw allow 3306/tcp ufw allow 102/tcp - ufw allow 123/tcp + ufw allow 123/udp }