From e3b489e131a6893b9d8f7a680e4a8edf452598ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AB=A5=E4=B8=BD=E7=84=B6?= Date: Tue, 24 Jun 2025 08:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E2=80=9D=E5=BC=80=E6=94=BE?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3=E5=88=B0=E9=98=B2=E7=81=AB=E5=A2=99=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E5=91=BD=E4=BB=A4=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux/华为云.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 linux/华为云.md diff --git a/linux/华为云.md b/linux/华为云.md new file mode 100644 index 0000000..2fefd0c --- /dev/null +++ b/linux/华为云.md @@ -0,0 +1,7 @@ +### 华为云添加端口到防火墙白名单 + +```bash +/sbin/iptables -I INPUT -p tcp --dport 8096 -j ACCEPT # 华为云添加端口8096到防火墙白名单 + +``` +