diff options
author | Dirk Brenken <dev@brenken.org> | 2021-04-22 05:47:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 05:47:19 +0200 |
commit | 7d61b38e9f783131adbfca3d6ace5beabcb73fa5 (patch) | |
tree | 39f850d698b374c0f48c3918d3df046ee8556f9c /applications/luci-app-banip/htdocs/luci-static/resources | |
parent | c4f3ac05288ba148fcd5c0222f34f393dbec57a2 (diff) | |
parent | cc17854b622d89b6096f1cac0bcdd7e00da1405d (diff) |
Merge pull request #5007 from dibdot/banIP
luci-app-banip: sync with banIP 0.7.7
Diffstat (limited to 'applications/luci-app-banip/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 20e1b11dee..55f60b95e5 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -388,6 +388,10 @@ return view.extend({ Logging such packets may cause an increase in latency due to it requiring additional system resources.')); o.rmempty = false; + o = s.taboption('general', form.Flag, 'ban_whitelistonly', _('Whitelist Only'), _('Restrict the internet access from/to a small number of secure websites/IPs \ + and block access from/to the rest of the internet.')); + o.rmempty = true; + o = s.taboption('general', form.Flag, 'ban_mail_enabled', _('E-Mail Notification'), _('Send banIP related notification e-mails. \ This needs the installation and setup of the additional \'msmtp\' package.')); o.rmempty = false; |