mirror of https://github.com/jumpserver/jumpserver
perf: 修改支持 connect methods
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