mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-23 19:16:18 +00:00
efb4c8a53921e2c84de13c0775f052ca38a519bb
This commit eliminates the native TLS implementation from rttys. Going forward, TLS termination will be handled exclusively by Nginx reverse proxy. Key changes include: 1. Removed all TLS-related configuration options 2. Deleted certificate handling and encryption logic 3. Simplified network stack to plain TCP only 4. Updated documentation to reflect new architecture Rationale: - Delegates TLS to specialized reverse proxy (Nginx) - Improves security through separation of concerns - Reduces attack surface of rttys core service - Enables centralized certificate management - Facilitates future scalability with proxy layer Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
rttys
This is the server program of rtty
Star History
Contributing
If you would like to help making rttys better, see the CONTRIBUTING.md file.
Description
Languages
GO
43.5%
Vue
38.5%
TypeScript
13%
Shell
3.1%
PowerShell
1.1%
Other
0.8%