Total Pageviews

Tuesday 14 June 2016

又一个代理服务器程序-SOCKS

Build Status  GoDoc
SOCKS implements SOCKS4/5 Proxy Protocol and HTTP Tunnel which can help you get through firewall. The cmd/socksd build with package SOCKS, supports cipher connection which's crypto method is rc4, des, aes-128-cfb, aes-192-cfb and aes-256-cfb.
upstream can be shadowsocks or socsk5.

Install

Assume you have go installed, you can install from source.
go get github.com/eahydra/socks
If you want to install cmd/socksd, please read the README.md

from https://github.com/eahydra/socks

用法详见:https://briteming.blogspot.com/2019/09/sssocksd-by-eahydra.html