Added description value into configuration file

This commit is contained in:
Mario
2022-05-31 22:40:25 +02:00
parent 25904ff751
commit 7d2e8b4e05
3 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,7 @@
apiVersion: "v1" apiVersion: "v1"
protocol: "http" protocol: "http"
address: ":8080" address: ":8080"
description: "Wordpress 4.0"
commands: commands:
- regex: "wp-admin" - regex: "wp-admin"
handler: "Unauthorized" handler: "Unauthorized"

View File

@ -1,6 +1,7 @@
apiVersion: "v1" apiVersion: "v1"
protocol: "ssh" protocol: "ssh"
address: ":22" address: ":22"
description: "SSH interactive"
commands: commands:
- regex: "^ls$" - regex: "^ls$"
handler: "Documents Images Desktop Downloads .m2 .kube .ssh .docker" handler: "Documents Images Desktop Downloads .m2 .kube .ssh .docker"