]> granicus.if.org Git - pdns/log
pdns
9 years agoadd the mandatory GPL warning on startup: dnsdist comes with ABSOLUTELY NO WARRANTY...
bert hubert [Sun, 22 Nov 2015 16:19:16 +0000 (17:19 +0100)]
add the mandatory GPL warning on startup: dnsdist comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2

9 years agoas noted by winfried, we could end up using same hash on packets in multiple places...
bert hubert [Sun, 22 Nov 2015 16:01:51 +0000 (17:01 +0100)]
as noted by winfried, we could end up using same hash on packets in multiple places, leading to "hot" CPUs on some nodes. Turned out we perturbed the hash already on the side of pdns_recursor, but this adds perturbation to dnsdist too.

9 years agonamespace sanitation
bert hubert [Sun, 22 Nov 2015 16:01:13 +0000 (17:01 +0100)]
namespace sanitation

9 years agoMerge pull request #2907 from cmouse/geoipbackend-many-files
Peter van Dijk [Sun, 22 Nov 2015 15:26:30 +0000 (16:26 +0100)]
Merge pull request #2907 from cmouse/geoipbackend-many-files

GeoIP backend features & fixes

9 years agofix outrageous latency precision in web-page, also report server-policy via JSON...
bert hubert [Sun, 22 Nov 2015 12:54:44 +0000 (13:54 +0100)]
fix outrageous latency precision in web-page, also report server-policy via JSON & web-page

9 years agoimplement & document whashed 'sticky' server selection policy, as suggested by Winfri...
bert hubert [Sun, 22 Nov 2015 12:03:45 +0000 (13:03 +0100)]
implement & document whashed 'sticky' server selection policy, as suggested by Winfried A.

9 years agomove dnsdist json stats to dumping all metrics, adjust built-in webpage to the new...
bert hubert [Sun, 22 Nov 2015 11:55:24 +0000 (12:55 +0100)]
move dnsdist json stats to dumping all metrics, adjust built-in webpage to the new names of the old things

9 years agoMerge pull request #2916 from rgacogne/dnsname-packetparser-obo
bert hubert [Sun, 22 Nov 2015 09:20:49 +0000 (10:20 +0100)]
Merge pull request #2916 from rgacogne/dnsname-packetparser-obo

Check that offset < len in DNSName::packetParser.

9 years agoAdd array syntax for services
Aki Tuomi [Thu, 19 Nov 2015 13:21:05 +0000 (15:21 +0200)]
Add array syntax for services

9 years agoRefactor queryGeoIP
Aki Tuomi [Thu, 19 Nov 2015 12:10:18 +0000 (14:10 +0200)]
Refactor queryGeoIP

Split it into component functions, add support for
multiple files and new format specifier for AS numbers

9 years agoUpdate tests
Aki Tuomi [Wed, 18 Nov 2015 15:17:46 +0000 (17:17 +0200)]
Update tests

9 years agoUpdate documentation
Aki Tuomi [Wed, 18 Nov 2015 15:17:38 +0000 (17:17 +0200)]
Update documentation

9 years agobrief "getting started" file
bert hubert [Sat, 21 Nov 2015 21:39:15 +0000 (22:39 +0100)]
brief "getting started" file

9 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Sat, 21 Nov 2015 21:07:32 +0000 (22:07 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

Conflicts:
pdns/dnsdist.hh

9 years agoshift from binding to 0.0.0.0 by default to binding to 127.0.0.1. Our last chance...
bert hubert [Sat, 21 Nov 2015 21:02:18 +0000 (22:02 +0100)]
shift from binding to 0.0.0.0 by default to binding to 127.0.0.1. Our last chance to make this painful change.

9 years agoadd --acl,-a to *set* the ACL from the command line
bert hubert [Sat, 21 Nov 2015 21:02:01 +0000 (22:02 +0100)]
add --acl,-a to *set* the ACL from the command line

9 years agoimprove statistics and logging a bit (warn for 'no downstream servers' for example)
bert hubert [Sat, 21 Nov 2015 21:01:31 +0000 (22:01 +0100)]
improve statistics and logging a bit (warn for 'no downstream servers' for example)

9 years agomake setACL() also accept a single netmask
bert hubert [Sat, 21 Nov 2015 21:00:51 +0000 (22:00 +0100)]
make setACL() also accept a single netmask

9 years agoadd dumpStats()
bert hubert [Sat, 21 Nov 2015 20:58:53 +0000 (21:58 +0100)]
add dumpStats()

9 years agoMerge pull request #2915 from mind04/leftovers
Peter van Dijk [Fri, 20 Nov 2015 14:05:40 +0000 (15:05 +0100)]
Merge pull request #2915 from mind04/leftovers

remove lmdb leftovers (closes #2898)

9 years agoCheck that offset < len in DNSName::packetParser.
Remi Gacogne [Fri, 20 Nov 2015 11:16:16 +0000 (12:16 +0100)]
Check that offset < len in DNSName::packetParser.

If DNSName::packetParser() is called with offset >= len,
we do pos = qpos + offset, then labellen=*pos++ before
checking that pos is not after qpos + len, leading to
a potential out-of-bound read.

9 years agoMerge pull request #2847 from rgacogne/dnsdist-healthcheck
bert hubert [Fri, 20 Nov 2015 10:06:06 +0000 (11:06 +0100)]
Merge pull request #2847 from rgacogne/dnsdist-healthcheck

Add checks and allow custom DNSName and QType in dnsdist healthcheck

9 years agoMerge pull request #2904 from aj-gh/recursor-fixthrottlemsg
bert hubert [Fri, 20 Nov 2015 09:56:04 +0000 (10:56 +0100)]
Merge pull request #2904 from aj-gh/recursor-fixthrottlemsg

Fix incorrect hardcoded timeframe in server-down throttling log line.

9 years agoMerge pull request #2914 from rgacogne/ddist-cpu-stats
bert hubert [Fri, 20 Nov 2015 09:55:01 +0000 (10:55 +0100)]
Merge pull request #2914 from rgacogne/ddist-cpu-stats

Export dnsdist CPU usage to carbon. Fixes #2913.

9 years agomove lmdb backend documentation to the deprecated backends section
Kees Monshouwer [Thu, 19 Nov 2015 15:40:20 +0000 (16:40 +0100)]
move lmdb backend documentation to the deprecated backends section

9 years agoExport dnsdist CPU usage to carbon. Fixes #2913.
Remi Gacogne [Thu, 19 Nov 2015 15:20:54 +0000 (16:20 +0100)]
Export dnsdist CPU usage to carbon. Fixes #2913.

9 years agoremove skip.lmdb files from regression-tests
Kees Monshouwer [Thu, 19 Nov 2015 15:10:48 +0000 (16:10 +0100)]
remove skip.lmdb files from regression-tests

9 years agoremove lmdbbackend symlink from regressio-tests modules dir
Kees Monshouwer [Thu, 19 Nov 2015 15:06:25 +0000 (16:06 +0100)]
remove lmdbbackend symlink from regressio-tests modules dir

9 years agoremove lmdb leftovers
Kees Monshouwer [Thu, 19 Nov 2015 14:05:34 +0000 (15:05 +0100)]
remove lmdb leftovers

9 years agoMerge pull request #2905 from pieterlexis/travis-trusty
Peter van Dijk [Thu, 19 Nov 2015 14:01:40 +0000 (15:01 +0100)]
Merge pull request #2905 from pieterlexis/travis-trusty

Update travis to trusty

9 years agoMerge pull request #2912 from Habbie/macportable
Peter van Dijk [Thu, 19 Nov 2015 13:14:39 +0000 (14:14 +0100)]
Merge pull request #2912 from Habbie/macportable

improve osx portability

9 years agoAdd valueOrEmpty
Aki Tuomi [Thu, 19 Nov 2015 08:41:58 +0000 (10:41 +0200)]
Add valueOrEmpty

9 years agodefine endianness macros for OS X portability
Peter van Dijk [Thu, 19 Nov 2015 09:15:32 +0000 (10:15 +0100)]
define endianness macros for OS X portability

9 years agomake std::accumulate visible on osx/clang
Peter van Dijk [Thu, 19 Nov 2015 11:27:57 +0000 (12:27 +0100)]
make std::accumulate visible on osx/clang

9 years agoamazingly, we could not *set* the local address from Lua, only add to the set of...
bert hubert [Thu, 19 Nov 2015 11:05:00 +0000 (12:05 +0100)]
amazingly, we could not *set* the local address from Lua, only add to the set of listen addresses!

9 years agoMerge pull request #2909 from rgacogne/dnsdistrestoreflags
bert hubert [Thu, 19 Nov 2015 10:20:55 +0000 (11:20 +0100)]
Merge pull request #2909 from rgacogne/dnsdistrestoreflags

Add setCD()/getCD(). Restore initial flags in the response (RD/CD for now)

9 years agoAdd DisableValidationAction() and addDisableValidationRule()
Remi Gacogne [Thu, 19 Nov 2015 09:39:18 +0000 (10:39 +0100)]
Add DisableValidationAction() and addDisableValidationRule()

9 years agoMerge pull request #2908 from pieterlexis/bind-dnssec-db-docs
Peter van Dijk [Thu, 19 Nov 2015 08:20:34 +0000 (09:20 +0100)]
Merge pull request #2908 from pieterlexis/bind-dnssec-db-docs

Add a note on slave domains and bind-dnssec-db

9 years agomake test-auth exit quietly if there are any arguments, in preparation for targeted...
Peter van Dijk [Wed, 18 Nov 2015 17:18:33 +0000 (18:18 +0100)]
make test-auth exit quietly if there are any arguments, in preparation for targeted builders like ODBC

9 years agoAdd setCD()/getCD(). Restore initial flags in the response (RD/CD for now).
Remi Gacogne [Wed, 18 Nov 2015 16:38:46 +0000 (17:38 +0100)]
Add setCD()/getCD(). Restore initial flags in the response (RD/CD for now).

9 years agoAdd a note on slave domains and bind-dnssec-db
Pieter Lexis [Wed, 18 Nov 2015 15:07:58 +0000 (16:07 +0100)]
Add a note on slave domains and bind-dnssec-db

9 years agoUpdate travis to trusty
Pieter Lexis [Tue, 3 Nov 2015 12:25:05 +0000 (13:25 +0100)]
Update travis to trusty

9 years agoMerge pull request #2877 from rgacogne/dnsdist-drop-priv
bert hubert [Wed, 18 Nov 2015 08:54:06 +0000 (09:54 +0100)]
Merge pull request #2877 from rgacogne/dnsdist-drop-priv

Add --uid and --gid parameters in dnsdist to request dropping privile…

9 years agoMerge pull request #2902 from rgacogne/dnsdist-fix-showservers-output
bert hubert [Wed, 18 Nov 2015 08:53:36 +0000 (09:53 +0100)]
Merge pull request #2902 from rgacogne/dnsdist-fix-showservers-output

Fix the width of fields for the showServers() output. Fixes #2900.

9 years agoMerge pull request #2903 from cmouse/geoipbackend-features
bert hubert [Wed, 18 Nov 2015 08:43:55 +0000 (09:43 +0100)]
Merge pull request #2903 from cmouse/geoipbackend-features

Geoipbackend features: ROUTE YOUR DNS BASED ON DAY OF THE WEEK! (and netmask)

9 years agoFix incorrect hardcoded timeframe in server-down throttling log line.
Andreas Jakum [Wed, 18 Nov 2015 00:10:53 +0000 (01:10 +0100)]
Fix incorrect hardcoded timeframe in server-down throttling log line.
Fixes #1878.

9 years agoUpdate travis region
Aki Tuomi [Tue, 17 Nov 2015 20:56:23 +0000 (22:56 +0200)]
Update travis region

9 years agoUpdate documentation
Aki Tuomi [Tue, 17 Nov 2015 19:46:24 +0000 (21:46 +0200)]
Update documentation

9 years agoAdd new format specifiers
Aki Tuomi [Thu, 12 Nov 2015 14:41:50 +0000 (16:41 +0200)]
Add new format specifiers

9 years agoAdd note about overrides
Aki Tuomi [Sun, 15 Nov 2015 15:47:30 +0000 (17:47 +0200)]
Add note about overrides

9 years agoAdd netmask overrides feature
Aki Tuomi [Sun, 15 Nov 2015 15:35:44 +0000 (17:35 +0200)]
Add netmask overrides feature

9 years agoMerge pull request #2891 from cmouse/netmaskgroup-sort
bert hubert [Tue, 17 Nov 2015 19:06:24 +0000 (20:06 +0100)]
Merge pull request #2891 from cmouse/netmaskgroup-sort

Tree implementation for NetmaskGroup - thank you @cmouse and @stbuehler !

9 years agoInclude iputils in pdnssec
Aki Tuomi [Mon, 16 Nov 2015 09:30:54 +0000 (11:30 +0200)]
Include iputils in pdnssec

9 years agoAdd test suite for NetmaskTree
Aki Tuomi [Sun, 15 Nov 2015 10:35:20 +0000 (12:35 +0200)]
Add test suite for NetmaskTree

9 years agoUse NetmaskTree<bool> in NetmaskGroup
Aki Tuomi [Sun, 15 Nov 2015 10:34:50 +0000 (12:34 +0200)]
Use NetmaskTree<bool> in NetmaskGroup

9 years agoExplicitly define NetworkTree<bool>
Aki Tuomi [Sun, 15 Nov 2015 23:19:08 +0000 (01:19 +0200)]
Explicitly define NetworkTree<bool>

9 years agoAdd implementation for NetmaskTree<T>
Aki Tuomi [Sun, 15 Nov 2015 10:32:12 +0000 (12:32 +0200)]
Add implementation for NetmaskTree<T>

A tree based map implementation to keep collection
of network prefixes and return best match for
given ComboAddress.

9 years agoFix the width of format fields for the showServers() output.
Remi Gacogne [Tue, 17 Nov 2015 17:06:23 +0000 (18:06 +0100)]
Fix the width of format fields for the showServers() output.

9 years agoexplain that leastOutstanding also looks at latency now
bert hubert [Tue, 17 Nov 2015 15:06:28 +0000 (16:06 +0100)]
explain that leastOutstanding also looks at latency now

9 years agomake dnsdist like faster servers even more in leastOutstanding policy (which also...
bert hubert [Tue, 17 Nov 2015 15:01:53 +0000 (16:01 +0100)]
make dnsdist like faster servers even more in leastOutstanding policy (which also appears to honor the 'order' field!)

9 years agoAdd --uid and --gid parameters in dnsdist to request dropping privileges. Fixes ...
Remi Gacogne [Mon, 9 Nov 2015 11:29:57 +0000 (12:29 +0100)]
Add --uid and --gid parameters in dnsdist to request dropping privileges. Fixes #2798.

9 years agoMerge pull request #2899 from rgacogne/dnsdist-carbon-more
bert hubert [Tue, 17 Nov 2015 14:39:40 +0000 (15:39 +0100)]
Merge pull request #2899 from rgacogne/dnsdist-carbon-more

Add oustanding queries and send errors stats to the carbon export.

9 years agoAdd oustanding queries and send errors stats to the carbon export.
Remi Gacogne [Tue, 17 Nov 2015 14:00:27 +0000 (15:00 +0100)]
Add oustanding queries and send errors stats to the carbon export.

I really have no idea why I didn't include those last time,
it just makes sense to have them.

9 years agoMerge pull request #2889 from aj-gh/tcp-ignores-log-ip
bert hubert [Tue, 17 Nov 2015 12:24:25 +0000 (13:24 +0100)]
Merge pull request #2889 from aj-gh/tcp-ignores-log-ip

Add source IP when logging incorrect (ignored) TCP packets.

9 years agoMerge pull request #2892 from zeha/clang-warnings
bert hubert [Tue, 17 Nov 2015 12:23:47 +0000 (13:23 +0100)]
Merge pull request #2892 from zeha/clang-warnings

Fix inconsistent override usage in dnsrecords.hh

9 years agoMerge pull request #2894 from Habbie/drop-lmdb
bert hubert [Tue, 17 Nov 2015 12:23:25 +0000 (13:23 +0100)]
Merge pull request #2894 from Habbie/drop-lmdb

[wip] remove LMDB backend completely

9 years agoremove LMDB backend completely
Peter van Dijk [Tue, 17 Nov 2015 10:30:54 +0000 (11:30 +0100)]
remove LMDB backend completely

9 years agoMerge pull request #2769 from mind04/remove-reverse
Peter van Dijk [Tue, 17 Nov 2015 10:02:29 +0000 (11:02 +0100)]
Merge pull request #2769 from mind04/remove-reverse

remove 'reverse backend' from core.

9 years agoNo need to copy the response from the healthcheck, it's not going anywhere
Remi Gacogne [Tue, 17 Nov 2015 09:25:19 +0000 (10:25 +0100)]
No need to copy the response from the healthcheck, it's not going anywhere

9 years agoDocument the new parameters ('checkName', 'checkType' and 'mustResolve') of newServer()
Remi Gacogne [Thu, 5 Nov 2015 09:50:12 +0000 (10:50 +0100)]
Document the new parameters ('checkName', 'checkType' and 'mustResolve') of newServer()

9 years agoAdd a 'mustResolve' parameter to newServer()
Remi Gacogne [Thu, 5 Nov 2015 09:47:39 +0000 (10:47 +0100)]
Add a 'mustResolve' parameter to newServer()

The default is to consider any response with a rcode different from
Servfail as valid. Passing true to mustResolve requires a rcode different
from NXDomain, Servfail and Refused.

9 years agoAllow custom DNSName and QType for dnsdist healthchecks
Remi Gacogne [Tue, 3 Nov 2015 10:54:15 +0000 (11:54 +0100)]
Allow custom DNSName and QType for dnsdist healthchecks

9 years agoAdd some sanity checks to the dnsdist health check
Remi Gacogne [Tue, 3 Nov 2015 10:53:38 +0000 (11:53 +0100)]
Add some sanity checks to the dnsdist health check

9 years agoFix inconsistent override usage in dnsrecords.hh
Christian Hofstaedtler [Mon, 16 Nov 2015 11:15:25 +0000 (12:15 +0100)]
Fix inconsistent override usage in dnsrecords.hh

Fixes warnings on clang.

9 years agoMerge pull request #2883 from scottbender/patch-1
Pieter Lexis [Mon, 16 Nov 2015 11:00:54 +0000 (12:00 +0100)]
Merge pull request #2883 from scottbender/patch-1

systemd starting dnsdist too early

9 years agoMerge pull request #2870 from rgacogne/dnsdist-lua-top
bert hubert [Fri, 13 Nov 2015 21:03:52 +0000 (22:03 +0100)]
Merge pull request #2870 from rgacogne/dnsdist-lua-top

Add default values for topResponses() and topQueries(). Fixes #2864.

9 years agoMerge pull request #2872 from rgacogne/dnsdist-getopt
bert hubert [Fri, 13 Nov 2015 21:03:25 +0000 (22:03 +0100)]
Merge pull request #2872 from rgacogne/dnsdist-getopt

Fix getopt options to match the documentation.

9 years agoMerge pull request #2871 from rgacogne/dnsdist-console
bert hubert [Fri, 13 Nov 2015 21:03:11 +0000 (22:03 +0100)]
Merge pull request #2871 from rgacogne/dnsdist-console

Handle LuaContext::SyntaxErrorException() in the Console server. Grac…

9 years agoAdd source IP when logging incorrect (ignored) TCP packets.
Andreas Jakum [Fri, 13 Nov 2015 15:17:29 +0000 (16:17 +0100)]
Add source IP when logging incorrect (ignored) TCP packets.
Similar to what is already in place for UDP packets.

9 years agoMerge pull request #2887 from ahupowerdns/dnsslim
bert hubert [Fri, 13 Nov 2015 15:05:31 +0000 (16:05 +0100)]
Merge pull request #2887 from ahupowerdns/dnsslim

in this commit, we remove d_qtype from the DNSRecordContent base clas…

9 years agoslightly improve error message if backend unable to store a new zone in pdnssec
bert hubert [Fri, 13 Nov 2015 13:11:47 +0000 (14:11 +0100)]
slightly improve error message if backend unable to store a new zone in pdnssec

9 years agoin this commit, we remove d_qtype from the DNSRecordContent base class. This slims...
bert hubert [Fri, 13 Nov 2015 10:17:23 +0000 (11:17 +0100)]
in this commit, we remove d_qtype from the DNSRecordContent base class. This slims down all derived types, but impossibly also appears to slim down our IPv6 class to the actual mininum of 16 bytes. Unsure how this is possible. Perhaps "emtpy base class optimization"? The base is now indeed empty.

9 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 13 Nov 2015 09:21:58 +0000 (10:21 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

9 years agoMerge pull request #2885 from ahupowerdns/ednssubnet
bert hubert [Fri, 13 Nov 2015 09:21:05 +0000 (10:21 +0100)]
Merge pull request #2885 from ahupowerdns/ednssubnet

Ednssubnet

9 years agoMerge branch 'ednssubnet'
bert hubert [Fri, 13 Nov 2015 08:39:51 +0000 (09:39 +0100)]
Merge branch 'ednssubnet'

9 years agoMerge pull request #2882 from rgacogne/dnsdist-carbon-servers
bert hubert [Thu, 12 Nov 2015 13:06:41 +0000 (14:06 +0100)]
Merge pull request #2882 from rgacogne/dnsdist-carbon-servers

Export dnsdist Downstream servers stats via carbon.

9 years agoUpdate the changelog for Advisory 2015-03
Pieter Lexis [Thu, 12 Nov 2015 12:50:10 +0000 (13:50 +0100)]
Update the changelog for Advisory 2015-03

9 years agoAdd a 'name' parameter to newServer(), and display that name instead in the server...
Remi Gacogne [Thu, 12 Nov 2015 09:15:38 +0000 (10:15 +0100)]
Add a 'name' parameter to newServer(), and display that name instead in the server's address.

9 years agoship ednssubnet stuff in the recursor tarball
bert hubert [Thu, 12 Nov 2015 10:46:07 +0000 (11:46 +0100)]
ship ednssubnet stuff in the recursor tarball

9 years agofix up cache dumping, plus make sure we don't packet cache edns subnet variable answers
bert hubert [Thu, 12 Nov 2015 10:08:24 +0000 (11:08 +0100)]
fix up cache dumping, plus make sure we don't packet cache edns subnet variable answers

9 years agofix up that we 1) entered the root NSset as DNSName() and not as DNSName(".") and...
bert hubert [Thu, 12 Nov 2015 10:07:49 +0000 (11:07 +0100)]
fix up that we 1) entered the root NSset as DNSName() and not as DNSName(".") and 2) THAT THIS ACTUALLY WORKED BECAUSE OF A SECOND BUG

9 years agosilence ton of EDNS client subnet debugging
bert hubert [Wed, 11 Nov 2015 19:26:58 +0000 (20:26 +0100)]
silence ton of EDNS client subnet debugging

9 years agoMerge remote-tracking branch 'origin/master' into ednssubnet
bert hubert [Wed, 11 Nov 2015 11:33:35 +0000 (12:33 +0100)]
Merge remote-tracking branch 'origin/master' into ednssubnet

Conflicts:
modules/geoipbackend/geoipbackend.cc

9 years agoMerge pull request #2884 from cmouse/geoip-netmask
bert hubert [Wed, 11 Nov 2015 11:32:00 +0000 (12:32 +0100)]
Merge pull request #2884 from cmouse/geoip-netmask

Use correct netmask

9 years agoUse correct netmask
Aki Tuomi [Wed, 11 Nov 2015 10:40:31 +0000 (12:40 +0200)]
Use correct netmask

9 years agosystemd starting dnsdist too early
scottbender [Wed, 11 Nov 2015 10:22:45 +0000 (05:22 -0500)]
systemd starting dnsdist too early

dnsdist was starting too early and had to be restarted after the network came up.  This was only tested on Centos

9 years agoMerge pull request #2862 from cmouse/remotebackend-dot
Peter van Dijk [Wed, 11 Nov 2015 10:20:28 +0000 (11:20 +0100)]
Merge pull request #2862 from cmouse/remotebackend-dot

Use dotful DNSNames in remotebackend

9 years agodon't respond that we have edns limited information when we don't
bert hubert [Wed, 11 Nov 2015 09:16:18 +0000 (10:16 +0100)]
don't respond that we have edns limited information when we don't

9 years agoteach Netmask is can be 'empty', like DNSName.
bert hubert [Wed, 11 Nov 2015 09:15:55 +0000 (10:15 +0100)]
teach Netmask is can be 'empty', like DNSName.

9 years agoExport dnsdist Downstream servers stats via carbon.
Remi Gacogne [Tue, 10 Nov 2015 14:34:06 +0000 (15:34 +0100)]
Export dnsdist Downstream servers stats via carbon.