blocklistd: Fix RFC1918 typoThe address in the configuration file example was intended to be fromthe 192.168.0.0/16 range of IPv4 private addresses (RFC1918).Reported on mastodon.social athttps
blocklistd: Fix RFC1918 typoThe address in the configuration file example was intended to be fromthe 192.168.0.0/16 range of IPv4 private addresses (RFC1918).Reported on mastodon.social athttps://mastodon.social/@asmodai/116316630762241486.Fix submitted upstream by emaste@. Fixing locally first.Reviewed by: emasteMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D56773
show more ...
blocklist: Rename blacklist to blocklistFollow up upstream rename from blacklist to blocklist.- Old names and rc scripts are still valid, but emitting an ugly warning- Old firewall rules and anc
blocklist: Rename blacklist to blocklistFollow up upstream rename from blacklist to blocklist.- Old names and rc scripts are still valid, but emitting an ugly warning- Old firewall rules and anchor names should work, but emitting an ugly warning- Old MK_BLACKLIST* knobs are wired to the new onesAlthough care has been taken not to break current configurations, thisis a large patch containing mostly duplicated code. If issues arise, itwill be swiftly reverted.Reviewed by: ivy (pkgbase)Approved by: emaste (mentor)MFC after: 2 daysRelnotes: yes