mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
efb4c8a539
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>