mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
8 lines
161 B
YAML
8 lines
161 B
YAML
- name: go-get
|
|
action: ALLOW
|
|
expression:
|
|
all:
|
|
- userAgent.startsWith("Go-http-client/")
|
|
- '"go-get" in query'
|
|
- query["go-get"] == "1"
|