Releases: softonic/ip-blocker
Releases · softonic/ip-blocker
Refactor
Fix description setting
0.7.1 modification in master the description
Improve description rules in Google Cloud Armor
Merge pull request #23 from softonic/improve-description-field feat: modify description with a prefix that identifies the rule
Set default Armor priority to 1000
Merge pull request #22 from softonic/feat/define-default-prio starting by 1000 when no rule is set
Fix validation rules
Sometimes Armor's rules are not IPs. Are just something like
has(request.headers['user-agent']) && request.headers['user-agent'].contains('NNNN')
So ip-blocker should just care about IPs already included by "him"
Bugfix: support adaptive rule match in all the armor queries
- It is not the final solution as we would need to refactor and move all the repetead code in one unique place ( func )
Bugfix: support adaptive rule match
- the adaptive rule is not using IPs. It is using
evaluateAdaptiveProtection('7486144600310960863')
So daemon should avoid this rule.
bugfix: remove duplicates when blocking to armor
Merge pull request #19 from softonic/bugfix/remove-duplicates not let duplicate to be blocked
Bugfix: fixing condition
Merge pull request #18 from softonic/bugfix/fixing-condition-error take into account also when list is lower than 10
bugfix: fix limitation of blocked ips at the same time
0.4.5 Merge pull request #17 from softonic/bugfix/fix-limitation-10-per-exe…