mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
10 lines
198 B
YAML
10 lines
198 B
YAML
apiVersion: "v1"
|
|
protocol: "http"
|
|
address: ":8080"
|
|
commands:
|
|
- regex: "wp-admin"
|
|
handler: "login"
|
|
headers:
|
|
- "Content-Type: text/html"
|
|
- "Expires: 0"
|
|
- "Version: 6.42.12" |