Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eahydra/socks
socks -- a proxy server.
https://github.com/eahydra/socks
go proxy
Last synced: 28 days ago
JSON representation
socks -- a proxy server.
- Host: GitHub
- URL: https://github.com/eahydra/socks
- Owner: eahydra
- License: mit
- Created: 2014-08-30T14:41:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T15:46:12.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T16:43:38.892Z (about 1 month ago)
- Topics: go, proxy
- Language: Go
- Homepage:
- Size: 2.56 MB
- Stars: 223
- Watchers: 16
- Forks: 75
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **185**星 - - a proxy server. (<a id="d03d494700077f6a65092985c06bf8e8"></a>工具 / <a id="57b8e953d394bbed52df2a6976d98dfa"></a>Socks)
README
# SOCKS
[![Build Status](https://travis-ci.org/eahydra/socks.svg?branch=master)](https://travis-ci.org/eahydra/socks) [![GoDoc](https://godoc.org/github.com/eahydra/socks?status.svg)](https://godoc.org/github.com/eahydra/socks)SOCKS implements SOCKS4/5 Proxy Protocol and HTTP Tunnel which can help you get through firewall.
The [cmd/socksd](https://github.com/eahydra/socks/blob/master/cmd/socksd) build with package SOCKS, supports cipher connection which crypto method is rc4, des, aes-128-cfb, aes-192-cfb and aes-256-cfb, upstream which 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](https://github.com/eahydra/socks/blob/master/cmd/socksd), please read the [README.md](https://github.com/eahydra/socks/blob/master/cmd/socksd/README.md)