mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 10:08:45 +00:00
13 lines
179 B
YAML
13 lines
179 B
YAML
bots:
|
|
- name: old-rule
|
|
path_regex: ^/old$
|
|
action: CHALLENGE
|
|
|
|
- name: new-rule
|
|
path_regex: ^/new$
|
|
action: CHALLENGE
|
|
|
|
status_codes:
|
|
CHALLENGE: 401
|
|
DENY: 403
|