mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-27 07:44:23 +00:00
perf: 移除 omnidb
This commit is contained in:
@@ -183,12 +183,12 @@ class ConnectMethodUtil:
|
||||
],
|
||||
'match': 'm2m'
|
||||
},
|
||||
TerminalType.omnidb: {
|
||||
TerminalType.chen: {
|
||||
'web_methods': [WebMethod.web_gui],
|
||||
'listen': [Protocol.http],
|
||||
'support': [
|
||||
Protocol.mysql, Protocol.postgresql,
|
||||
Protocol.oracle, Protocol.mariadb
|
||||
Protocol.oracle
|
||||
],
|
||||
'match': 'm2m'
|
||||
},
|
||||
@@ -214,14 +214,6 @@ class ConnectMethodUtil:
|
||||
'support': [Protocol.rdp],
|
||||
'match': 'map'
|
||||
},
|
||||
TerminalType.chen: {
|
||||
'web_methods': [WebMethod.web_gui],
|
||||
'listen': [Protocol.http],
|
||||
'support': [
|
||||
Protocol.mysql, Protocol.postgresql, Protocol.oracle,
|
||||
],
|
||||
'match': 'm2m'
|
||||
},
|
||||
}
|
||||
return protocols
|
||||
|
||||
|
Reference in New Issue
Block a user