dieyushi / zzsocks

a personal socks5 proxy with simple encryption and negligible memory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zzsocks

Build Status

A Socks5 Proxy For Myself

build

git clone git@github.com: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


Languages

Language:JavaScript 81.3%Language:C 18.7%