mirror of
https://github.com/openziti/zrok.git
synced 2025-08-16 19:01:16 +02:00
getting a basic tunnel backend plumbed up (#170)
This commit is contained in:
@ -1167,7 +1167,7 @@ func init() {
|
||||
"enum": [
|
||||
"proxy",
|
||||
"web",
|
||||
"dav"
|
||||
"tunnel"
|
||||
]
|
||||
},
|
||||
"backendProxyEndpoint": {
|
||||
@ -2445,7 +2445,7 @@ func init() {
|
||||
"enum": [
|
||||
"proxy",
|
||||
"web",
|
||||
"dav"
|
||||
"tunnel"
|
||||
]
|
||||
},
|
||||
"backendProxyEndpoint": {
|
||||
|
Reference in New Issue
Block a user