Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/for-acgn/quic-socks
- Owner: For-ACGN
- License: gpl-3.0
- Created: 2019-08-28T02:43:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T01:26:11.000Z (almost 4 years ago)
- Last Synced: 2024-06-21T14:41:21.891Z (6 months ago)
- Topics: proxy, shadowsocks
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 27
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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