mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 16:28:17 +00:00
9 lines
220 B
YAML
9 lines
220 B
YAML
bots:
|
|
- name: allow-git-clients
|
|
action: ALLOW
|
|
expression:
|
|
all:
|
|
- userAgent.startsWith("git/") || userAgent.contains("libgit")
|
|
- >
|
|
"Git-Protocol" in headers && headers["Git-Protocol"] == "version=2"
|