mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 19:58:28 +02:00
merged tui for tcpTunnel (#307)
This commit is contained in:
@@ -852,6 +852,9 @@ func init() {
|
||||
"accessResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"backendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"frontendToken": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -1167,7 +1170,8 @@ func init() {
|
||||
"enum": [
|
||||
"proxy",
|
||||
"web",
|
||||
"tunnel"
|
||||
"tcpTunnel",
|
||||
"udpTunnel"
|
||||
]
|
||||
},
|
||||
"backendProxyEndpoint": {
|
||||
@@ -2130,6 +2134,9 @@ func init() {
|
||||
"accessResponse": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"backendMode": {
|
||||
"type": "string"
|
||||
},
|
||||
"frontendToken": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -2445,7 +2452,8 @@ func init() {
|
||||
"enum": [
|
||||
"proxy",
|
||||
"web",
|
||||
"tunnel"
|
||||
"tcpTunnel",
|
||||
"udpTunnel"
|
||||
]
|
||||
},
|
||||
"backendProxyEndpoint": {
|
||||
|
Reference in New Issue
Block a user