liudf0716 / xfrpc

The xfrpc project is a lightweight implementation of the FRP client written in C language for OpenWRT and IoT systems. It is designed to provide an efficient solution for resource-constrained devices such as OpenWRT routers and IoT devices, which often have limited ROM and RAM space.
GNU General Public License v3.0
721 stars 92 forks source link

期待Unix Domain Socket(UDS)支持 #67

Open imzlh opened 1 week ago

imzlh commented 1 week ago

frpc支持转发UDS: https://gofrp.org/zh-cn/docs/examples/unix-domain-socket/ 理论上UDS性能更好更快,且实际实现比较简单,希望可以加上