Re: [Pdns-users] Slow downloads google drive

2022-07-11 Thread abang--- via Pdns-users
It *might* be worth to give this setting a try: edns-subnet-whitelist=0.0.0.0/0, ::/0 But it depends on whether the client is talking to the Recursor over public or private IP addresses. https://doc.powerdns.com/recursor/settings.html#edns-subnet-allow-list https://en.m.wikipedia.org/wiki/EDNS

Re: [Pdns-users] PowerDNS Recursor RPZ issues

2022-08-01 Thread abang--- via Pdns-users
Hi Luke, You have to host the RPZ zone on a authoritative nameserver (PowerDNS Authoritative for example) in order to load it using the rpzPrimary function. The Recursor does not provide zonetransfers. Winfried ___ Pdns-users mailing list Pdns-users@m

Re: [Pdns-users] Overlay or pass-through support in PDNS?

2022-08-04 Thread abang--- via Pdns-users
Hi Eli, To keep it simple, you could implement the solution outside the DNS server by generating the different zones from a unified source, that contains both information about each RR. Winfried Am 3. August 2022 01:43:38 MESZ schrieb eli glynn via Pdns-users : >I've recently inherited a re

Re: [Pdns-users] [dnsdist] Dnsdist not reading from the cache

2022-09-09 Thread abang--- via Pdns-users
> getPool("resolverTopnet"):getCache():printStats() In one of your previous mails the pool name was "resolver". Am 9. September 2022 17:38:10 MESZ schrieb SAMI RAHAL via Pdns-users : >Hi Remi > >The server is in production it receives requests as shown in this summary > >Uptime: 17 days, Number

Re: [Pdns-users] pdns-recursor (4.6) empty response after expiration of the TTL of the cached record

2022-09-22 Thread abang--- via Pdns-users
The "NSEC3 proving non-existence" of this zone is broken. See https://dnsviz.net/d/riecis.nl/dnssec/?rr=all&a=all&ds=all&doe=on&ta=.&tk= You can workaround this issue by setting a NTA for it on your Recursors. It is recommended to inform the owner of the zone in order to fix the root cause. Win

Re: [Pdns-users] pdns-recursor (4.6) empty response after expiration of the TTL of the cached record

2022-09-22 Thread abang--- via Pdns-users
True, TCP is broken as well. Am 22. September 2022 10:01:58 MESZ schrieb Otto Moerbeek : >On Thu, Sep 22, 2022 at 09:41:57AM +0200, abang--- via Pdns-users wrote: > >> The "NSEC3 proving non-existence" of this zone is broken. See >> https://dnsviz.net/d/riecis.nl/dns

Re: [Pdns-users] Increased CPU usage after upgrade to MariaDB 10.6.11

2022-11-26 Thread abang--- via Pdns-users
Hi, We recently had a similar problem when we updated from 10.5.12 to 10.6.10. The cause was that the default behavior changed from innodb_flush_method = fsync to innodb_flush_method = O_DIREC Which means, no kernel file caching. If you have a too small innodb_buffer_pool_size in this ca

Re: [Pdns-users] Recursor Cache entries per record

2022-11-28 Thread abang--- via Pdns-users
Hi Giovanni, As far as I know, the Recursor is exactly doing what you want. IP addresses are not part of the hash. Only the query name is base of the hash. Identical query names are routed to the same thread and thus to the same cache. Winfried Am 28. November 2022 18:37:19 MEZ schrieb Giovan

Re: [Pdns-users] Warning in syslog after upgrade to PowerDNS Authoritative Server 4.7

2023-01-06 Thread abang--- via Pdns-users
Possibly related: https://github.com/PowerDNS/pdns/issues/9112 Winfried ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com https://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] Blocklist file format

2023-03-07 Thread abang--- via Pdns-users
Am 7. März 2023 18:17:32 MEZ schrieb Adrian Minta via Pdns-users : >Thank you Otto ! > >RPZ seems to be a very nice feature for malware domains blocking and other >legal blocking requirements. > >Do you have a link with some examples on how it should be used ? https://raw.githubusercontent.com