mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-02-22 22:43:29 +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`
|
* Key exchange: `curve25519-sha256@libssh.org`
|
||||||
* Keys: `ssh-ed25519`, `ssh-rsa`, `rsa-sha2-512`, `rsa-sha2-256`
|
* Keys: `ssh-ed25519`, `ssh-rsa`, `rsa-sha2-512`, `rsa-sha2-256`
|
||||||
* Compression: `zlib`, `zlib@openssh.com`
|
* Compression: `zlib`, `zlib@openssh.com`
|
||||||
|
* Tickets ✅
|
||||||
|
* 2FA ✅
|
||||||
|
|
||||||
# MySQL
|
# MySQL
|
||||||
|
|
||||||
|
@ -14,6 +16,8 @@
|
||||||
* As client:
|
* As client:
|
||||||
* TLS optional
|
* TLS optional
|
||||||
* `mysql_native_password` auth ✅
|
* `mysql_native_password` auth ✅
|
||||||
|
* Tickets ❌
|
||||||
|
* 2FA ❌
|
||||||
|
|
||||||
# HTTP
|
# HTTP
|
||||||
|
|
||||||
|
@ -22,3 +26,5 @@
|
||||||
* TLS ✅ (as server: forced)
|
* TLS ✅ (as server: forced)
|
||||||
* Websockets ✅
|
* Websockets ✅
|
||||||
* SSE ❌
|
* SSE ❌
|
||||||
|
* Tickets ✅
|
||||||
|
* 2FA ✅
|
Loading…
Reference in a new issue