Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/for-acgn/quic-socks

quic-socks implements socks5 server using custom protocol in the back end, due to the use of QUIC , 2x faster than shadowsocks, and safer
https://github.com/for-acgn/quic-socks

proxy shadowsocks

Last synced: about 2 months ago
JSON representation

quic-socks implements socks5 server using custom protocol in the back end, due to the use of QUIC , 2x faster than shadowsocks, and safer

Awesome Lists containing this project

README

        

# quic-socks
quic-socks implements socks5 server using custom protocol in the back end, due to the use of QUIC , 2x faster than shadowsocks+TCP BBR, and safer.
## Features
* implements socks5 server in the front end for less RTT
* using custom protocol in the back end(client <-> server), only need 1 RTT
* client <-> server using TLS 1.3(QUIC), less RTT
* due to use of QUIC(UDP), implements BBR in user state
* the experience is still good in the case of weak networks
* the experience will not deteriorate in the case of mobile networks
* using pre-connection to reduce RTT between client and server

## Protocol
password + type + host + port\
see protocol.go