getting a basic tunnel backend plumbed up (#170)

This commit is contained in:
Michael Quigley
2023-04-14 14:55:49 -04:00
parent 3ec7e4253c
commit fd741353d7
6 changed files with 94 additions and 11 deletions

View File

@ -1167,7 +1167,7 @@ func init() {
"enum": [
"proxy",
"web",
"dav"
"tunnel"
]
},
"backendProxyEndpoint": {
@ -2445,7 +2445,7 @@ func init() {
"enum": [
"proxy",
"web",
"dav"
"tunnel"
]
},
"backendProxyEndpoint": {