mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Changes to luci-app-firewall
This commit is contained in:
parent
f700f2ef26
commit
679b730075
5 changed files with 19 additions and 2 deletions
|
|
@ -35,6 +35,9 @@ return view.extend({
|
|||
s.sortable = true;
|
||||
s.cloneable = true;
|
||||
s.nodescriptions = true;
|
||||
s.filter = function(section_id) {
|
||||
return (section_id.startsWith('bypass') == false && section_id.startsWith('omr_dst') == false && section_id.startsWith('omr_dscp') == false);
|
||||
};
|
||||
|
||||
|
||||
/* refer to: https://ipset.netfilter.org/ipset.man.html */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue