Skip to content

Commit

Permalink
update readme, packager
Browse files Browse the repository at this point in the history
  • Loading branch information
ahupowerdns committed Feb 26, 2015
1 parent 1d637f6 commit e9ff40c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pdns/README-dnsdist.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:

```
Expand Down
1 change: 1 addition & 0 deletions pdns/package-dnsdist
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit e9ff40c

Please sign in to comment.