All Projects → ring04h → S5.go

ring04h / S5.go

Socks5 proxy server by golang

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to S5.go

Socksio
Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5
Stars: ✭ 27 (-73.53%)
Mutual labels:  socks5
Netch
A simple proxy client
Stars: ✭ 10,297 (+9995.1%)
Mutual labels:  socks5
Venom
Venom - A Multi-hop Proxy for Penetration Testers
Stars: ✭ 1,228 (+1103.92%)
Mutual labels:  socks5
Fast Socks5
Fast SOCKS5 client/server implementation written in Rust async/.await (with async-std)
Stars: ✭ 33 (-67.65%)
Mutual labels:  socks5
Pysecretsocks
A python socks server for tunneling a connection over another channel
Stars: ✭ 53 (-48.04%)
Mutual labels:  socks5
Socks5proxy
一个简单的socks5代理转发服务(VPN)
Stars: ✭ 71 (-30.39%)
Mutual labels:  socks5
Docker Dante Telegram
dante config builder for Telegram SOCKS-proxy & Dockerfile for building image with such proxy
Stars: ✭ 16 (-84.31%)
Mutual labels:  socks5
Gsocks5
Secure SOCKS5 server in Go
Stars: ✭ 98 (-3.92%)
Mutual labels:  socks5
Avpn
a simple vpn implemented based on c++ asio.
Stars: ✭ 57 (-44.12%)
Mutual labels:  socks5
Tcpsocks
Redirect traffic to SOCKS5 server with iptables, epoll based, single threaded.
Stars: ✭ 78 (-23.53%)
Mutual labels:  socks5
Hev Socks5 Server
A simple, lightweight socks5 server for Unix (Linux/BSD/macOS)
Stars: ✭ 33 (-67.65%)
Mutual labels:  socks5
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+13074.51%)
Mutual labels:  socks5
Free proxy ss
分享来自互联网上免费的shadowsocks(SS)/ShadowsocksR(SSR)/V2ray(vmess)代理 每15分钟更新一次,每次各分享4个临时可用代理。 及时订阅、及时更新。
Stars: ✭ 72 (-29.41%)
Mutual labels:  socks5
Shadowsocks Php
A php port of shadowsocks based on workerman. A socks5 proxy written in PHP.
Stars: ✭ 869 (+751.96%)
Mutual labels:  socks5
Trojan Qt5
我並非原作者。
Stars: ✭ 80 (-21.57%)
Mutual labels:  socks5
Jsocksproxy
SOCKS proxy written in Java
Stars: ✭ 19 (-81.37%)
Mutual labels:  socks5
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-32.35%)
Mutual labels:  socks5
Websocks
A secure proxy based on WebSocket. 一个基于 WebSocket 的代理工具
Stars: ✭ 102 (+0%)
Mutual labels:  socks5
Shadow
A transparent proxy for Windows, Linux, macOS
Stars: ✭ 85 (-16.67%)
Mutual labels:  socks5
Lightsocks Nodejs
It's a simple socks5 proxy tool which based on lightsocks
Stars: ✭ 79 (-22.55%)
Mutual labels:  socks5

s5.go

Socks5 proxy server by golang

reference: shadowsocks go local.go
https://github.com/shadowsocks/shadowsocks-go

Usage

$ go build s5.go
$ ./s5 -h
Usage of ./s5:
  -addr string
    	proxy listen address (default ":8080")
  -v	should every proxy request be logged to stdout
$ ./s5 -addr 127.0.0.1:2080 -v
2016/10/23 17:18:40 Listening 127.0.0.1:2080
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].