Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG authored Feb 14, 2024
1 parent 72d7776 commit a49d533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def load_config(path):
# "OR":[{"action": "block"}, {"action": "managed_challenge"}, {"action": "jschallenge"}],
"AND":[
{"action_neq": "allow"},
{"action_neq": "skip"},
{"action_neq": "challenge_solved"},
{"action_neq": "challenge_failed"},
{"action_neq": "challenge_bypassed"},
Expand Down Expand Up @@ -139,4 +140,4 @@ def report_bad_ip(it):
reported_ip_list.append(i['clientIP'])

print(len(reported_ip_list))
print("==================== End ====================")
print("==================== End ====================")

0 comments on commit a49d533

Please sign in to comment.