################################################################### # unbound-adblock 0.4 Release Notes / Changelog # Copyright 2020 Jordan Geoghegan ################################################################### # Changelog * unbound-adblock goes portable! Supported OS now include: * OpenBSD * FreeBSD * DragonflyBSD * NetBSD * SystemD/Linux * Alpine Linux * Use "always_nxdomain" instead of "static" in adblock.conf * Better filtering -- Several users have contacted me with lists that would cause unbound-adblock to fail, so I've attempted to do some input sanitization to fix those issues. * Added "User Configuration Area" where users can add additional blocklists or add entries to the whitelist * Be extra paranoid -- have ftp(1) output to stdout to allow it to drop all disk/filesytem pledges, which creates a stronger form of unveil (unveil returns ENOENT, whereas pledge will kill ftp(1) if it tries to access the disk)