All Projects → jqqjj → socks5

jqqjj / socks5

Licence: MIT license
(支持UDP和TCP的纯Go/Golang socks5服务器) socks5 proxy server builds with go/golang, which UDP and TCP are supported.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to socks5

microsocks11
A cross-platform SOCKS5 library and server based on the microsocks project.
Stars: ✭ 22 (-79.44%)
Mutual labels:  socks5, socks5-server
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,263 (+2014.95%)
Mutual labels:  socks5, socks5-server
mtproxy autoinstaller
MTProxy autoinstaller for Ubuntu
Stars: ✭ 25 (-76.64%)
Mutual labels:  socks5, socks5-server
ssocks
sSocks fork for windows support; original: https://sourceforge.net/projects/ssocks/
Stars: ✭ 141 (+31.78%)
Mutual labels:  socks5, socks5-server
Socks5
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.
Stars: ✭ 331 (+209.35%)
Mutual labels:  socks5, socks5-server
3proxy
3proxy - tiny free proxy server
Stars: ✭ 2,493 (+2229.91%)
Mutual labels:  socks5, socks5-server
rsp
Rapid SSH Proxy
Stars: ✭ 223 (+108.41%)
Mutual labels:  socks5, socks5-server
Skywire Testnet
Skywire Meshnet and VPN
Stars: ✭ 166 (+55.14%)
Mutual labels:  socks5
Marmot
💐Marmot | Web Crawler/HTTP protocol Download Package 🐭
Stars: ✭ 186 (+73.83%)
Mutual labels:  socks5
Cc Attack
Using Socks4/5 proxy to make a multithreading Http-flood/Https-flood (cc) attack.
Stars: ✭ 145 (+35.51%)
Mutual labels:  socks5
Eagle.tunnel.go
稳定的代理工具,比.NET版本更轻量和易用
Stars: ✭ 143 (+33.64%)
Mutual labels:  socks5
Kafka Proxy
Proxy connections to Kafka cluster. Connect through SOCKS Proxy, HTTP Proxy or to cluster running in Kubernetes.
Stars: ✭ 186 (+73.83%)
Mutual labels:  socks5
Mubeng
An incredibly fast proxy checker & IP rotator with ease.
Stars: ✭ 234 (+118.69%)
Mutual labels:  socks5
Frpc Android
Android,安卓版frpc,一个快速反向代理,可帮助您将NAT或防火墙后面的本地服务器暴露给Internet。
Stars: ✭ 205 (+91.59%)
Mutual labels:  socks5
Php Whois
PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible
Stars: ✭ 179 (+67.29%)
Mutual labels:  socks5
Php Socks5
socks5 proxy written in PHP based on workerman.
Stars: ✭ 151 (+41.12%)
Mutual labels:  socks5
Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (+103.74%)
Mutual labels:  socks5
Socksify Ruby
Redirect any TCP connection initiated by a Ruby script through a SOCKS5 proxy
Stars: ✭ 146 (+36.45%)
Mutual labels:  socks5
Shadowsocks Rust
Oh my implementation of Shadowsocks in Rust
Stars: ✭ 171 (+59.81%)
Mutual labels:  socks5
Socks
Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.
Stars: ✭ 200 (+86.92%)
Mutual labels:  socks5

socks5

socks5 proxy server builds with go/golang

Features

  • Both TCP and UDP supported
  • "No Auth" authentication supported
  • User/Password authentication supported

Install

$ go get github.com/jqqjj/socks5

Usage

  • -p
    • port on listen (default 1080)
  • -user (option)
    • username
  • -pwd (option)
    • password
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].