umputun / reproxy

Simple edge server / reverse proxy
http://reproxy.io
MIT License
1.21k stars 90 forks source link

initial support for builtin plugins #143

Closed negasus closed 1 year ago

negasus commented 2 years ago
  1. Clone plugin repo to folder plugins with folder name as plugin package name git clone https://github.com/negasus/reproxy-brotli-plugin.git plugins/brotli

  2. Remove go module files rm plugins/brotli/go.*

  3. Generate app/proxy/plugins.go go run ./cmd/plugins

  4. Vendoring go mod tidy go mod vendor

  5. Done Run reproxy for test