Skip to content

A more complete self-hosted socks5 proxy in golang

License

Notifications You must be signed in to change notification settings

alexng353/ihostproxy

Repository files navigation

ihostproxy

A self-hosted SOCKS5 proxy with an extremely basic authentication webui

Todo

Web UI

  • Change password

Proxy

  • FQDN
  • IP Whitelist

Running

Running with the default ports and a custom volume for saving the db data

NOTE: password cannot contain special symbols.

docker run -d --name ihostproxy -p 1080:1080 -p 8080:8080 -v v_ihostproxy:/db -e WEBUI_USER=admin -e WEBUI_PASS="YOUR PASSWORD HERE" -e DB_PATH=/db/main.db alexng353/ihostproxy

Attributions

Project is roughly based off of serjs/socks5-server

About

A more complete self-hosted socks5 proxy in golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published