mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-12 11:38:47 +00:00
7 lines
121 B
YAML
7 lines
121 B
YAML
bots:
|
|
- name: path-bad
|
|
path_regex: "a(b"
|
|
action: DENY
|
|
- name: user-agent-bad
|
|
user_agent_regex: "a(b"
|
|
action: DENY |