From: bert hubert Date: Thu, 26 Feb 2015 20:00:31 +0000 (+0100) Subject: update readme, packager X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~88^2~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9ff40cd0a7a45d0ed851687e413c8f23e390d6b;p=pdns update readme, packager --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index ab5be849d..a111ab20e 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 2763976b7..ea2ec3f41 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 .