Files
anubis-mirror/data/clients/go-get.yaml
2025-04-27 22:25:49 -04:00

7 lines
154 B
YAML

- name: go-get
action: ALLOW
expression:
and:
- userAgent.startsWith("Go-http-client/")
- '"go-get" in query'
- query["go-get"] == "1"