ihciah / shadow-tls

A proxy to expose real tls handshake to the firewall
https://www.ihcblog.com/a-better-tls-obfs-proxy/
MIT License
2.3k stars 265 forks source link

feature request: 简易加密支持 #52

Open e1732a364fed opened 1 year ago

e1732a364fed commented 1 year ago

虽说直接用加密协议就可以,但是如果希望减轻加密负担,就能加速网速,可以用于审查不太严格的情况

ihciah commented 1 year ago

加密是一方面,但想要能直接使用,实际上需要暴露 socks5 接口,并实现一套承载协议(当然这个协议内包含加密),这个其实约等于重造一个 shadowsocks。 后续可能会尝试内嵌 shadowsocks,这样可以减少 IPC 性能开销,同时部署起来更方便。