mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-21 22:15:24 +08:00
Updated Protocol support (markdown)
parent
97c981ae22
commit
2dc528416b
1 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
* Key exchange: `curve25519-sha256@libssh.org`
|
||||
* Keys: `ssh-ed25519`, `ssh-rsa`, `rsa-sha2-512`, `rsa-sha2-256`
|
||||
* Compression: `zlib`, `zlib@openssh.com`
|
||||
* Tickets ✅
|
||||
* 2FA ✅
|
||||
|
||||
# MySQL
|
||||
|
||||
|
@ -14,6 +16,8 @@
|
|||
* As client:
|
||||
* TLS optional
|
||||
* `mysql_native_password` auth ✅
|
||||
* Tickets ❌
|
||||
* 2FA ❌
|
||||
|
||||
# HTTP
|
||||
|
||||
|
@ -22,3 +26,5 @@
|
|||
* TLS ✅ (as server: forced)
|
||||
* Websockets ✅
|
||||
* SSE ❌
|
||||
* Tickets ✅
|
||||
* 2FA ✅
|
Loading…
Reference in a new issue