xfrpc
xfrpc copied to clipboard
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...
i want cross compile this project ,that compile from x64 to arm; what should i do?
编译和运行环境:Ubuntu 18.04.6 LTS [7][Fri Feb 2 19:04:22 2024][29772](config.c:522) Reading configuration file 'xfrpc_mini.ini' [7][Fri Feb 2 19:04:22 2024][29772](config.c:113) Section[common]: {server_addr:127.0.0.1, server_port:7993, auth_token:(null), interval:30, timeout:90} [7][Fri Feb 2 19:04:22 2024][29772](config.c:147) Proxy service...
看了一下代码,是有encrypt_data的函数的 也是有解析use_encryption参数的 不知道是有什么原因没有实现use_encryption?
希望能把use_encryption 选项支持,加密传输会相对安全一些
1.跟远程的连接关闭后,xfrpc跟本地的连接不关闭,会导致xfrpc跟本地服务的连接数不断增加 2.关闭跟frps端口的连接, 在收到FIN标记的包后, 修改标记close_stream = 1, 可以关闭链接,但是接收到的数据没能完成写入本地服务 理想状态下,应该是 1.发送完数据给frps的转发端口 2.跟frps的端口断开连接 3.xfrpc写入数据给本地服务 4.如果远程服务断开了, 则关闭跟本地服务的链接
xfrpc经常会出现进程挂掉的情况,没有守护程序一挂掉就连不上远程内网的路由器了,这样就无力回天了
In Openwrt 22.03 , xfrpc - 2.1.606-1, system type : MediaTek MT7620A CPU model : MIPS 24KEc V5.0 ``` # frpc.ini [common] server_addr = mydomain.xxx server_port = 37219 token =...
Thank you for your great work! Xfrpc reduce the size of frpc so that I can use it on my small flash route. Is it possible to drop libevent2-openssl dependence...
Hi, Now we can compile xfrpc inside a container with static support. However, I need to know how to compile not only for x86, but for example ARM for Android...