# README
Go Simple Proxy
Simple proxy that supports:
- HTTP proxy
- HTTPS proxy via CONNECT
- Backlist by domains
Installation
go get -u github.com/vanhtuan0409/go-simple-proxy
Or if you want to build from source
git clone github.com/vanhtuan0409/go-simple-proxy go-simple-proxy
cd go-simple-proxy
make build
Usage
pikachu --port 8080 --blacklist-file blacklists.txt