mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Added description value into configuration file
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -1,6 +1,7 @@
|
||||
apiVersion: "v1"
|
||||
protocol: "http"
|
||||
address: ":8080"
|
||||
description: "Wordpress 4.0"
|
||||
commands:
|
||||
- regex: "wp-admin"
|
||||
handler: "Unauthorized"
|
||||
|
@ -1,6 +1,7 @@
|
||||
apiVersion: "v1"
|
||||
protocol: "ssh"
|
||||
address: ":22"
|
||||
description: "SSH interactive"
|
||||
commands:
|
||||
- regex: "^ls$"
|
||||
handler: "Documents Images Desktop Downloads .m2 .kube .ssh .docker"
|
||||
|
Reference in New Issue
Block a user