diff --git a/README.md b/README.md index 84abb0e..7bdaa4f 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,14 @@ Show help ufw-docker help +Check the installation of firewall rules in UFW configurations + + ufw-docker check + +Update UFW configurations, add the necessary firewall rules + + ufw-docker install + Show the current firewall allowed forward rules ufw-docker status @@ -494,6 +502,14 @@ UFW 是 Ubuntu 上很流行的一个 iptables 前端,可以非常方便的管 ufw-docker help +检查 UFW 配置文件中防火墙规则的安装 + + ufw-docker check + +更新 UFW 的配置文件,添加必要的防火墙规则 + + ufw-docker install + 显示当前防火墙允许的转发规则 ufw-docker status