mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-28 11:01:13 +00:00
perf: 修改支持 connect methods
This commit is contained in:
parent
47c5f18c6e
commit
1e075c3687
@ -64,6 +64,7 @@ class NativeClient(TextChoices):
|
||||
},
|
||||
Protocol.rdp: [cls.mstsc],
|
||||
Protocol.mysql: [cls.mysql],
|
||||
Protocol.mariadb: [cls.mysql],
|
||||
Protocol.oracle: [cls.sqlplus],
|
||||
Protocol.postgresql: [cls.psql],
|
||||
Protocol.redis: [cls.redis],
|
||||
|
Loading…
Reference in New Issue
Block a user