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

14 lines
202 B
JSON

{
"bots": [
{
"name": "everyones-invited",
"remote_addresses": ["0.0.0.0/0", "::/0"],
"action": "ALLOW"
}
],
"metrics": {
"bind": ":9090",
"network": "tcp"
}
}