Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mxrouterctl: Implement hash:ip ipsets
Support hash:net type ipsets Example: ipset('mpg-netze', 'hash:net', '/etc/local/mxrouter/blacklists/mpg-netze', 'counters'); [...] rule('filter', 'wisnet-out', '-d 141.14.16.17 -p tcp --dport 80 -m set --match-set mpg-netze src -j ACCEPT'); # ohb.molgen.mpg.de With the file containing CIDR-Addresses and comments: [...] 141.5.255.252/31 141.5.255.254/31 141.14.8.0/23 [...] This change was done locally on bka on 8.5.2025, than forgotten, than disted away but was luckily collected by pbackup :-)
- Loading branch information