Releases: britannic/blacklist
Release 1.2.4.9 (June 7, 2023)
- Fixed Issue #66 documentation issue
What's Changed
- Bump github.com/smartystreets/goconvey from 1.7.2 to 1.8.0 by @dependabot in #57
- Bump golang.org/x/tools from 0.0.0-20190328211700-ab21143f2384 to 0.8.0 by @dependabot in #58
Full Changelog: v1.2.4.8...v1.2.4.9
Release 1.2.4.7 (December 18, 2021)
Change recommended by amoeba00
- Remove extinct source malwaredomains.com
Release 1.2.4.8 (April 9, 2023)
Full Changelog: v1.2.7...v1.2.8
-
Fixed Issue #55 documentation issue for obsolete malwaredomains example
-
Fixed Issue #56 removed large source StevenBlack/hosts as it prevented dnsmasq from starting on ER-X routers
-
It can be installed using
set service dns forwarding blacklist hosts source githubSteveBlack url 'https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts'
set service dns forwarding blacklist hosts source githubSteveBlack description '"Blacklists adware and malware websites"'
set service dns forwarding blacklist hosts source githubSteveBlack prefix '0.0.0.0 '
Release 1.2.4.6 (January 29, 2021)
Change recommended by amoeba00, because of updated source
Original:
set service dns forwarding blacklist domains source OISD description "OISD (Hosts) Light"
set service dns forwarding blacklist domains source OISD url https://dblw.oisd.nl/light/
set service dns forwarding blacklist domains source OISD prefix *.
Updated to:
set service dns forwarding blacklist domains source OISD description 'OISD Domains Basic'
set service dns forwarding blacklist domains source OISD url 'https://dbl.oisd.nl/basic/'
v1.2.4.5
Release 1.2.4.5 (November 21, 2020)
- Fix bug preventing update-dnsmasq loading failover config file -safe switch is used
- Update documentation to state the /config/user-data/blacklist.failover.cfg must first be created
- Move debian repository to
https://raw.githubusercontent.com/britannic/debian-repo/master/blacklist/public/
Release 1.2.4.4 (November 21, 2020)
Bug fix and documentation update
- Fix bug preventing update-dnsmasq loading failover config file -safe switch is used
- Update documentation to state the /config/user-data/blacklist.failover.cfg must first be created
Release 1.2.4.2 (August 14, 2020)
Release 1.2.4.2 (August 14, 2020)
- Resolve issue with repository not including v1.2.4.1
Release 1.2.4.1 (August 10, 2020)
- Switch to OISD domain wildcard list - reduces memory usage for ER-X series routers
Release 1.2.4.0 (August 9, 2020)
- Implement a workaround to conserve memory on the ER-X routers
-
Fixes dnsmasq restart
error: fork/exec /bin/bash: cannot allocate memory
-
Release v1.2.3.7 (August 8, 2020)
Release 1.2.3.7 (August 8, 2020)
- Remove sysctl.org source as list is no longer maintained