Skip to content

cdhacking/sshproxysw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sshproxysw Build Status

An SSH Proxy SOCK5 Switch

How to run

Follow instructions below to run a SOCKS5 proxy server locally that switches traffic though SSH connections according to the configuration provided

# Get and install sshproxysw
go get -u github.com/nsyntych/sshproxysw
go install github.com/nsyntych/sshproxysw

# Copy and edit the proxy TOML conf file
cp $GOPATH/src/github.com/nsyntych/sshproxysw/proxy.example.toml /wherever/you/want/proxy.toml

# Edit conf by following the examples inside
edit /wherever/you/want/proxy.toml

# Run
$GOPATH/bin/sshproxysw -c /wherever/you/want/proxy.toml -h 127.0.0.1 -p 8000

About

SSH Proxy Switch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages