Skip to content

Releases: softonic/ip-blocker

Refactor

06 Jun 08:26
6383089
Compare
Choose a tag to compare
Merge pull request #25 from softonic/refactor-to-clean-code

Refactor to clean code

Fix description setting

21 Nov 14:29
Compare
Choose a tag to compare
0.7.1

modification in master the description

Improve description rules in Google Cloud Armor

21 Nov 13:39
edfe20d
Compare
Choose a tag to compare
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

31 Aug 14:51
b5edbfb
Compare
Choose a tag to compare
Merge pull request #22 from softonic/feat/define-default-prio

starting by 1000 when no rule is set

Fix validation rules

01 Aug 07:48
Compare
Choose a tag to compare

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

02 Feb 15:26
e08ede1
Compare
Choose a tag to compare
  • 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

02 Feb 08:14
89565d6
Compare
Choose a tag to compare
  • 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

01 Feb 17:22
106e8c8
Compare
Choose a tag to compare
Merge pull request #19 from softonic/bugfix/remove-duplicates

not let duplicate to be blocked

Bugfix: fixing condition

01 Feb 14:07
03c1a5c
Compare
Choose a tag to compare
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

01 Feb 11:20
dafad59
Compare
Choose a tag to compare
Merge pull request #17 from softonic/bugfix/fix-limitation-10-per-exe…

…cution

Bugfix/fix limitation 10 per execution