From d831601aa980cf353582b61a21bef8d9857864a1 Mon Sep 17 00:00:00 2001 From: Chai Feng Date: Fri, 23 Nov 2018 22:10:56 +0800 Subject: [PATCH] update readme, ufw-docker check --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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