merged tui for tcpTunnel (#307)

This commit is contained in:
Michael Quigley
2023-05-01 12:19:06 -04:00
parent 74fd8d9956
commit 28916e8d2a
13 changed files with 115 additions and 162 deletions

View File

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