]> granicus.if.org Git - pdns/commitdiff
update readme, packager
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 26 Feb 2015 20:00:31 +0000 (21:00 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 26 Feb 2015 20:00:31 +0000 (21:00 +0100)
pdns/README-dnsdist.md
pdns/package-dnsdist

index ab5be849dd61813fb3206003ddfef93a781e1cf1..a111ab20e454c5277d658cc47fe95efea438f68a 100644 (file)
@@ -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:
 
 ```
index 2763976b77a11d2868588abe85fecf4482cd94a9..ea2ec3f4161fe2f4670b4ff90466767119de473c 100644 (file)
@@ -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 .