Re: [dnsdist] dnsdist and Let's Encrypt (ACME)

2019-09-15 Thread abang
>certbot renew --standalone --deploy-hook >/usr/local/sbin/restart-dnsdist There is no need to restart dnsdist. /usr/sbin/dnsdist -e 'reloadAllCertificates()' is sufficient Winfried ___ dnsdist mailing list dnsdist@mailman.powerdns.com

Re: [dnsdist] ComboAddress truncate function?

2019-08-28 Thread abang
My guess is that dq.remoteaddr:truncate(24) doesn't truncate the address in dq. Instead it *returns* the truncated address. Winfried Am 28. August 2019 17:35:24 MESZ schrieb Brian Sullivan : >Hi All, > >I am trying to use the truncate function associated with the >CombAddress >object. > >Here

Re: [dnsdist] dnsdist 1.4 and Debian Buster

2019-08-09 Thread abang
I read Debian Buster is shipped with nftables. Am 9. August 2019 09:57:36 MESZ schrieb Chris : >Hi Winfried, > >On 9/08/2019 3:50 pm, ab...@t-ipnet.net wrote: >> Hi Chris, >> >> Maybe I missed that in this thread, but did you try with turning off >> connection tracking or rising conntrack

Re: [dnsdist] dnsdist 1.4 and Debian Buster

2019-08-09 Thread abang
Hi Chris, Maybe I missed that in this thread, but did you try with turning off connection tracking or rising conntrack kernel table size? dmesg might you show wether connection tracking limit was exceeded. Winfried Am 9. August 2019 05:46:54 MESZ schrieb Chris : >Hi Remi, > >I deployed a new

Re: [dnsdist] dnsdist NOTIFY distribution

2019-02-26 Thread abang
Hello Martin, Am 26. Februar 2019 17:07:25 MEZ schrieb Martin Toth : >Hi, > >Thanks for your interest. I am using dnsdist as a loadbalancer and >slave nodes are in DMZ behind dnsdist. Only dnsdist server has public >IPs that can be reached from Master public IP (master is located in >other

Re: [dnsdist] anyone using RemoteLogAction()?

2018-10-30 Thread abang
Hi Jonathan, Remote logger is a Protobuf receiver. There is a implementation in the PowerDNS repository: https://github.com/PowerDNS/pdns/blob/master/contrib/ProtobufLogger.py Winfried Am 30. Oktober 2018 20:39:39 MEZ schrieb Jonathan Reed : >Hi, > >I'd like to try out RemoteLogAction but

Re: [dnsdist] Handling auth and recursive queries

2016-12-11 Thread abang
Am 12.12.2016 um 04:42 schrieb Chris: The part I am stuck on is it does not appear to be possible to direct queries to certain IP's to certain pools. As an example, my caching resolver IP's are 10.254.1.1, 10.254.1.2. I use addLocal like this: addLocal("10.254.1.1:53")