Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 716 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 716 Bytes

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