mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-22 16:16:41 +00:00
8af9845117
Signed-off-by: Xe Iaso <me@xeiaso.net>
13 lines
229 B
YAML
13 lines
229 B
YAML
bots:
|
|
- name: total-randomness
|
|
action: ALLOW
|
|
expression:
|
|
all:
|
|
- '"Accept" in headers'
|
|
- headers["Accept"].contains("text/html")
|
|
- randInt(1) == 0
|
|
|
|
metrics:
|
|
bind: ":9090"
|
|
network: "tcp"
|