Skip to content

A SOCKS proxy that tunnels your traffic over SSH.

License

Notifications You must be signed in to change notification settings

zbo14/socksproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socksproxy

A SOCKS proxy that connects to socksd over SSH and tunnels your traffic.

Install

Clone the repo and sudo sh install.sh.

Usage

socksproxy runs as a systemd service so you can use systemctl commands.

Start

sudo systemctl start socksproxy

Stop

sudo systemctl stop socksproxy

View logs

sudo journalctl -u socksproxy

Config

The config file /etc/socksproxy/socksproxy.conf contains the following:

## The address of the socksd instance
HOST=127.0.0.1

## The port socksproxy listens on
LOCAL_PORT=17897

## The port socksd is listening on
REMOTE_PORT=17896

Contributing

Please do!

If you find a bug, think of an enhancement, or just have a question, feel free to open an issue. You're also welcome to create a pull request addressing an issue. You should push your changes to a feature branch and request merge to develop.

About

A SOCKS proxy that tunnels your traffic over SSH.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages