Files
anubis-mirror/lib/config/testdata/good/entropy.yaml
T
2026-04-21 14:05:05 -04:00

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"