All Projects → eahydra → Socks

eahydra / Socks

Licence: mit
socks -- a proxy server.

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Socks

Ws Tcp Relay
A simple relay between WebSocket clients and TCP servers
Stars: ✭ 186 (-7.92%)
Mutual labels:  proxy
Awesome Vpn
Free VPN/proxy,server,account,link list.,实时更新免费的代理,科学上网,翻墙,梯子,服务器,客户端,账号
Stars: ✭ 2,691 (+1232.18%)
Mutual labels:  proxy
Gotty Client
🔧 terminal client for GoTTY
Stars: ✭ 196 (-2.97%)
Mutual labels:  proxy
Greentunnel
GreenTunnel is an anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites.
Stars: ✭ 2,477 (+1126.24%)
Mutual labels:  proxy
Janus
An API Gateway written in Go
Stars: ✭ 2,249 (+1013.37%)
Mutual labels:  proxy
0x00sec code
Code for my 0x00sec.org posts
Stars: ✭ 190 (-5.94%)
Mutual labels:  proxy
Pkuremote
A port rewritting utility to modify the source or destination port for packets on Windows.
Stars: ✭ 185 (-8.42%)
Mutual labels:  proxy
Smartproxy
Firefox/Chrome browser extension. SmartProxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns.
Stars: ✭ 199 (-1.49%)
Mutual labels:  proxy
Kafka Proxy
Proxy connections to Kafka cluster. Connect through SOCKS Proxy, HTTP Proxy or to cluster running in Kubernetes.
Stars: ✭ 186 (-7.92%)
Mutual labels:  proxy
Ok ip proxy pool
🍿爬虫代理IP池(proxy pool) python🍟一个还ok的IP代理池
Stars: ✭ 196 (-2.97%)
Mutual labels:  proxy
Pipehub
A programmable proxy server
Stars: ✭ 187 (-7.43%)
Mutual labels:  proxy
Ptorx
📩🛡 Email privacy. Anonymously send and receive with alias forwarding.
Stars: ✭ 187 (-7.43%)
Mutual labels:  proxy
Proxypool
高质量免费代理池——每日1w+代理资源滚动更新
Stars: ✭ 192 (-4.95%)
Mutual labels:  proxy
Fq Book
📖《这本书能让你连接互联网》详细阐述代理、隧道、VPN运作过程,并对GFW策略如:地址端口封锁、服务器缓存投毒、数字验证攻击、SSL连接阻断做相关的原理说明
Stars: ✭ 2,393 (+1084.65%)
Mutual labels:  proxy
Awesome Anti Gfw
突破网络审查和封锁的开源工具清单。
Stars: ✭ 198 (-1.98%)
Mutual labels:  proxy
Marmot
💐Marmot | Web Crawler/HTTP protocol Download Package 🐭
Stars: ✭ 186 (-7.92%)
Mutual labels:  proxy
Aws Lambda Fastify
Insipired by aws-serverless-express to work with Fastify with inject functionality.
Stars: ✭ 190 (-5.94%)
Mutual labels:  proxy
Net Shield
An Easy and Simple Anti-DDoS solution for VPS,Dedicated Servers and IoT devices - Beta
Stars: ✭ 202 (+0%)
Mutual labels:  proxy
Chrome Proxy Helper
Chrome PROXY extension, set proxy for Chrome browser
Stars: ✭ 198 (-1.98%)
Mutual labels:  proxy
Exporter exporter
A reverse proxy designed for Prometheus exporters
Stars: ✭ 194 (-3.96%)
Mutual labels:  proxy

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 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, please read the README.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].