Skip to content

a personal socks5 proxy with simple encryption and negligible memory

Notifications You must be signed in to change notification settings

dieyushi/zzsocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zzsocks

Build Status

A Socks5 Proxy For Myself

build

git clone [email protected]:dieyushi/zzsocks.git
./compile.sh

usage

client

./zzsocksc 7000 70001 127.0.0.1 465 123456
  • 7000: pac http file server. http://127.0.0.1:7000/proxy.pac
  • 7001: use as a local socks5 proxy server
  • 127.0.0.1: ip of your vps server
  • 465: server port, deploy in a vps outside
  • 123456: password used for encrypt commucation

server

./zzsockss 465 123456
  • 465: server port, deploy in a vps outside
  • 123456: password used for encrypt commucation

About

a personal socks5 proxy with simple encryption and negligible memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published