diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index ab5be849dd61..a111ab20e454 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1,12 +1,5 @@ dnsdist ------- - -WARNING: `dnsdist` is still under HEAVY development, but we are giving it some -publicity in hopes of getting constructive feedback that will help us guide -our feature set. - -Do NOT take this into production, but please DO let us know your thoughts! - `dnsdist` is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is to route traffic to the best server, delivering top performance to legitimate users while shunting or blocking abusive traffic. @@ -15,6 +8,13 @@ to legitimate users while shunting or blocking abusive traffic. runtime, and that its statistics can be queried from a console-like interface. +WARNING: `dnsdist` is still under HEAVY development, but we are giving it some +publicity in hopes of getting constructive feedback that will help us guide +our feature set. + +Do NOT take this into production, but please DO let us know your thoughts! +Test packages can be found on http://xs.powerdns.com/dnsdist/ + Here is a minimal configuration: ``` diff --git a/pdns/package-dnsdist b/pdns/package-dnsdist index 2763976b77a1..ea2ec3f4161f 100644 --- a/pdns/package-dnsdist +++ b/pdns/package-dnsdist @@ -4,6 +4,7 @@ rm -rf dist mkdir -p dist/usr/sbin/ mkdir -p dist/etc/ cp dnsdistconf.lua dist/etc/dnsdist.conf +cp dnsdist dist/usr/sbin/ fpm -s dir -f -t rpm -n dnsdist -v 0.1 -C dist . fpm -s dir -f -t deb -n dnsdist -v 0.1 -C dist .