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.
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:
```
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 .