diff --git a/README.md b/README.md index f1e7686bc87930ad2ef9fc91f007a32b50e605af..101d8fd944aa1204dee57bc7a11b52a554b12eb8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ 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 --add-forward-port=port=9010:proto=tcp:toport=3000:toaddr=192.168.1.210 +firewall-cmd --permanent --zone=public --add-forward-port=port=9009:proto=tcp:toport=9090:toaddr=192.168.1.210 +firewall-cmd --permanent --zone=public --add-forward-port=port=9011:proto=tcp:toport=9093:toaddr=192.168.1.210 +firewall-cmd --permanent --zone=public --add-forward-port=port=9008:proto=tcp:toport=8080:toaddr=192.168.1.210 ``` ##### 删除防火墙配置