easymesh / autoproxy-web

An standard http proxy service with web-ui version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autoproxy-Web

Build

git clone https://github.com/easymesh/autoproxy-web
cd autoproxy-web
bash build.sh

Docker

docker build -t easymesh/proxyweb -f Dockerfile .

Run

Startup via console

./proxyweb &

Startup via docker

docker run -d --net=host --restart=always easymesh/proxyweb

Access via browser

http://{youip}:8000

default(login)

admin/admin

paypal.me

About

An standard http proxy service with web-ui version

License:MIT License


Languages

Language:Go 98.2%Language:Makefile 1.0%Language:Dockerfile 0.6%Language:Shell 0.3%