diff options
author | Paul Dee <itsascambutmailmeanyway@gmail.com> | 2023-02-17 14:44:00 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2023-03-29 15:33:37 +0200 |
commit | 0484343903e9c284766044c2542fed1bc89b34e3 (patch) | |
tree | a1f010272f1624997bfe33b3b642de8d58b343f5 /applications/luci-app-firewall/root/usr/share | |
parent | f464199be131d43fca953337d37169f9be25187e (diff) |
luci-app-firewall: implement IPsets GUI
Enable it and place it between snats and custom tabs
Tested on 22.03.2, 22.03.3
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
Diffstat (limited to 'applications/luci-app-firewall/root/usr/share')
-rw-r--r-- | applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json b/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json index 8fd1e9cae2..f024dcfe25 100644 --- a/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json +++ b/applications/luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json @@ -49,6 +49,14 @@ } }, + "admin/network/firewall/ipsets": { + "title": "IP Sets", + "order": 45, + "action": { + "type": "view", + "path": "firewall/ipsets" + } + }, "admin/network/firewall/custom": { "title": "Custom Rules", |