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"
protocol: "http"
address: ":8080"
description: "Wordpress 4.0"
commands:
- regex: "wp-admin"
handler: "Unauthorized"

View File

@ -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"