Skip to content

go-zoox/ingress

Repository files navigation

Ingress - A Easy, Powerful, Fexible Reverse Proxy

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Installation

To install the package, run:

go install github.com/go-zoox/ingress@latest

Quick Start

# start ingress, cached in memory, default udp port: 80
ingress run

# start ingress with config (see conf/ingress.yml for more options)
ingress run -c ingress.yml

Configuration

See the configuration file.

License

GoZoox is released under the MIT License.