
Hoopoe (pronounced Hu-pu as the bird) is a simple DNS Proxy for rewrites, written in Go
go get github.com/RcRonco/Hoopoe
cd $GOPATH/src/github.com/RcRonco/Hoopoe
go build -o hoopoe main.gocp ./hoopoe /usr/local/bin/hoopoe
mkdir /etc/hoopoe.d
cp $GOPATH/src/github.com/RcRonco/Hoopoe/config.yml.example /etc/hoopoe.d/config.yml- Edit
config.ymlfor your need.
hoopoe --config-path=/etc/hoopoe.d/config.yml| Name | Description | Required | Default | Values | Examples |
|---|---|---|---|---|---|
| --config-path | Configuration folder | No | ./config.yml |
POSIX-PATH format | --config-path=/etc/hoopoe.d/config.yml |
- - Refactor metrics
- - Rewrite docs
- - Restructure the project