mirror of
https://gitee.com/konyshe/goodlink.git
synced 2026-04-22 22:57:20 +08:00
a9bda24be6
- Introduced `Arg_local_proxy_listen_str` to configure the local proxy forwarding address. - Updated `ProcessProxyClient` to construct and send a header with protocol type, IP address, and port using pooled memory for efficiency. - Refactored header length constant to `HEAD_LEN` and added `PROXY_PORT` for clarity in proxy handling. - Improved error logging messages for better debugging.