Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 603 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 603 Bytes

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