mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-12 03:28:45 +00:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
# Test wildcard patterns
|
|
User-agent: *
|
|
Disallow: /search*
|
|
Disallow: /*/private
|
|
Disallow: /file?.txt
|
|
Disallow: /admin/*?action=delete |