mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
banip: update 0.1.5
* add extra options to control auto-addons to
blacklist & whitelist ('ban_autoblacklist' & 'ban_autowhitelist',
both enabled by default). If disabled auto-addons are only stored
temporary in the black/whitelist ipset but not in the list itself,
fixes #9631
* remove old, no longer needed procd workaround
* remove 'zeus' source from default config (discontinued)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# banIP configuration, for further information
|
||||
# see 'https://github.com/openwrt/packages/blob/master/net/banip/files/README.md'
|
||||
|
||||
config banip 'global'
|
||||
option ban_enabled '0'
|
||||
@@ -92,14 +90,6 @@ config source 'yoyo'
|
||||
option ban_src_ruletype 'src'
|
||||
option ban_src_on '0'
|
||||
|
||||
config source 'zeus'
|
||||
option ban_src 'https://zeustracker.abuse.ch/blocklist.php?download=ipblocklist'
|
||||
option ban_src_desc 'Zeus Tracker by abuse.ch (IPv4)'
|
||||
option ban_src_rset '/^(([0-9]{1,3}\.){3}[0-9]{1,3})([[:space:]]|$)/{print \"add zeus \"\$1}'
|
||||
option ban_src_settype 'ip'
|
||||
option ban_src_ruletype 'src'
|
||||
option ban_src_on '0'
|
||||
|
||||
config source 'sslbl'
|
||||
option ban_src 'https://sslbl.abuse.ch/blacklist/sslipblacklist.csv'
|
||||
option ban_src_desc 'SSL Blacklist by abuse.ch (IPv4)'
|
||||
|
||||
Reference in New Issue
Block a user