Qian Wenjie

Results 16 comments of Qian Wenjie

Trojan URI in pproxy is not the format "trojan://password@ip:port". It should be "trojan://ip:port#password".

You can read the Trojan example part of README.rst. Trojan protocol is used with ssl in most cases like "trojan+ssl://".

I can't understand the client side part. "-r" is missing in the command line. If you want to use backward, you should use the same protocol. For example, if client...

pproxy can only listen on a port having protocols with ssl or without ssl. Guessing a protocol wrapped in ssl/tls by peeking a few bytes is impossible. It is impossible...

If the client is sending TCP, server and client should use -r and -l instead of -ur and -ul

QUIC is listening on UDP port, but if you want to proxy TCP over QUIC, you should specify -l and -r. QUIC cannot be used standalone. You can use quic+http...

The example I have put in docs should work. What is the error message?

> btw this is the error I get when trying to run the mentioned QUIC client: > > ![shot-2021-02-22T19:38:06+13:00](https://user-images.githubusercontent.com/10158936/108671589-92bd3a00-7545-11eb-9b24-0157835775bd.png) You should use quic+http:// instead of quic:// here.

> ![image](https://user-images.githubusercontent.com/10158936/108673249-3d365c80-7548-11eb-92e5-313983a588d3.png) > > in this screenshot, can you please help me find where did I put the config wrong. it looks like the client never finds the server. Try...

quic connection is very stable and useful for handling multiple streams in a single UDP port. I am using quic everyday. :)