A http/https proxy using QUIC as transport layer
A http/https proxy using QUIC as transport layer.
Implementation detail: A http proxy based on QUIC in 100 lines.
Note: require go version >= 1.16
qpserver
on your remote servergo get -u github.com/liudanking/quic-proxy/qpserver
qpserver
:qpserver -v -l :3443 -cert YOUR_CERT_FILA_PATH -key YOUR_KEY_FILE_PATH -auth username:password
qpclient
on your local machinego get -u github.com/liudanking/quic-proxy/qpclient
qpclient
:qpclient -v -k -proxy http://YOUR_REMOTE_SERVER:3443 -l 127.0.0.1:18080 -auth username:password
Let’s take Chrome with SwitchyOmega for example:
Enjoy!
Add the Wechat robot to join group: