variable iface socks5 server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
vaninpetr 55ee87cbd3 small edits 3 years ago
src initial commit 3 years ago
README.md small edits 3 years ago
go_RegelaSocks5.sh initial commit 3 years ago
proxy-server-config.sh initial commit 3 years ago
proxy-server.sh small edits 3 years ago
users.list initial commit 3 years ago

README.md

RegelaSocks5-proxyserver

proxy with variable output iface

fork of MaksimSkorobogatov/socks5-server (and that is fork of serjs/socks5-server from 19 feb `19 )

Usage:

 ./RegelaSocks5-proxyserver --help
Usage of ./RegelaSocks5-proxyserver:
  -iface string
    	run at specific interface
  -login string
    	login name, needs if you are too lazy to creat a file which contains user data (default "q")
  -password string
    	password, please read about login name (default "q")
  -port uint
    	custom port (default 1080)
  -users string
    	a file which include a list of users, in which has set one user per line, every line include USERNAME:PASSWORD separated by colons