doorbash / butcher

yet another simple DNS load balancer. A Golang port of https://github.com/kooroshh/Butcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

go build

Usage

butcher [OPTIONS] address

Application Options:
  -c, --config= config path

Help Options:
  -h, --help    Show this help message

Example

./butcher -c config.json 0.0.0.0:53

Docker:

docker run --name butcher --restart always -d -v $(pwd)/config.json:/config.json:ro -p 53:53/udp ghcr.io/doorbash/butcher:latest

About

yet another simple DNS load balancer. A Golang port of https://github.com/kooroshh/Butcher

License:MIT License


Languages

Language:Go 96.8%Language:Dockerfile 3.2%