Categorygithub.com/vanhtuan0409/go-simple-proxy
modulepackage
0.1.0
Repository: https://github.com/vanhtuan0409/go-simple-proxy.git
Documentation: pkg.go.dev

# 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