Commit d7f1d927 authored by 张伟-admin's avatar 张伟-admin

Update README.md

parent b18e0bf0
......@@ -41,6 +41,13 @@ firewall-cmd --permanent --zone=public --add-forward-port=port=9104:proto=tcp:to
firewall-cmd --permanent --zone=public --add-forward-port=port=9080:proto=tcp:toport=80:toaddr=192.168.1.210
```
##### 删除防火墙配置
```
firewall-cmd --permanent --zone=public --remove-forward-port=port=9010:proto=tcp:toport=9010:toaddr=192.168.1.210
```
##### 刷新防火墙配置
```firewall-cmd --reload
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment