Re: [Pdns-users] Blocklist file format

2023-03-08 Thread Frank Louwers via Pdns-users
Hi, There's also extensive RPZ and PowerDNS docs at https://docs.spamhaus.com/dns-firewall/docs/source/configuration/power_dns_config.html (it uses Spamhaus's RPZs, but applies to other RPZs as well). Kind Regards, Frank Louwers PowerDNS Certified Consultant @ Kiwazo.be > On 7 Mar 2023, at 19

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

Re: [Pdns-users] Blocklist file format

2023-03-07 Thread 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 ? On 3/7/23 09:12, Otto Moerbeek wrote: There is, check RPZs: https://docs.powerdns.com/recursor/lua-config

Re: [Pdns-users] Blocklist file format

2023-03-06 Thread Otto Moerbeek via Pdns-users
There is, check RPZs: https://docs.powerdns.com/recursor/lua-config/rpz.html -Otto On Tue, Mar 07, 2023 at 08:46:54AM +0200, Adrian M via Pdns-users wrote: > Having a policy list implemented directly in pdns-resolver it will be a > very nice feature nowadays IMHO. > > On Sun, Mar 5, 20

Re: [Pdns-users] Blocklist file format

2023-03-06 Thread Adrian M via Pdns-users
Having a policy list implemented directly in pdns-resolver it will be a very nice feature nowadays IMHO. On Sun, Mar 5, 2023 at 5:29 PM Darac Marjal via Pdns-users < pdns-users@mailman.powerdns.com> wrote: > You might find https://github.com/thommay/blocklister useful. This script > takes lists o

Re: [Pdns-users] Blocklist file format

2023-03-05 Thread Darac Marjal via Pdns-users
You might find https://github.com/thommay/blocklister useful. This script takes lists of domains - in the common adblock format - and compiles them into a lua file, performing sorting and deduplication as it goes. On 05/03/2023 10:28, Clifford Dsouza via Pdns-users wrote: Hi I've configured