Qian Wenjie
Qian Wenjie
I don't know whether CDN can handle QUIC properly. The HTTP3 (h3://) is based on QUIC, worth a try.
pproxy is running as a proxy in the middle. You can get http headers from a http client.
Hi, Thanks for your great roadmap for pproxy! There is more that I have in mind: - Multiple user authentication - Traffic statistics by domain, user, etc - Logging by...
Cool template design! My suggestion is relays can be implemented by adding a key "relay" in "servers". It can be nested with several layers. for example: ```json "servers": [ {...
Currently I don't see great benefits of using a configuration file. Maybe converting from json config file to command line argument parameter is a good way to make it easier.
Possible issue: pproxy socks4 not compatible with the remote socks4 server. You can run a simple test as follows: ``` $ pproxy -r socks4://remote:port --test http://google.com ```