mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-29 03:21:05 +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.rdp: [cls.mstsc],
|
||||||
Protocol.mysql: [cls.mysql],
|
Protocol.mysql: [cls.mysql],
|
||||||
|
Protocol.mariadb: [cls.mysql],
|
||||||
Protocol.oracle: [cls.sqlplus],
|
Protocol.oracle: [cls.sqlplus],
|
||||||
Protocol.postgresql: [cls.psql],
|
Protocol.postgresql: [cls.psql],
|
||||||
Protocol.redis: [cls.redis],
|
Protocol.redis: [cls.redis],
|
||||||
|
Loading…
Reference in New Issue
Block a user