ihostproxy

command module
v0.0.0-...-5edc9d9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2025 License: MIT Imports: 12 Imported by: 0

README

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

Contributing

go install github.com/a-h/templ/cmd/templ@latest # this is a required build tool

git clone https://github.com/alexng353/ihostproxy
cd ihostproxy

templ generate
go build

Attributions

Project is roughly based off of serjs/socks5-server

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL