Add asn blocking

This commit is contained in:
Thomas Lynch
2023-09-09 21:39:45 +10:00
parent 93cac69798
commit e36add4ee7
9 changed files with 34 additions and 16 deletions

View File

@@ -20,4 +20,4 @@ core.register_action("pow-check", { 'http-req', }, bot_check.check_pow_status)
core.register_action("decide-checks-necessary", { 'http-req', }, bot_check.decide_checks_necessary)
core.register_action("kill-tor-circuit", { 'http-req', }, bot_check.kill_tor_circuit)
core.register_action("set-lang-json", { 'http-req', }, bot_check.set_lang_json)
core.register_action("set-ip-var", { 'http-req', }, bot_check.set_ip_var, 2)
core.register_action("set-ip-var", { 'http-req', }, bot_check.set_ip_var, 3)