Releases: pschneider1968/pihole-bl-msft-telemetry-bsi
Releases · pschneider1968/pihole-bl-msft-telemetry-bsi
My Pi-Hole Setup v0.5
The following improvements have been implemented since v0.5:
- Added breakingthe3ma.app to the whitelist
- Added fireoscaptiveportal.com to blacklist
- Added LetsEncrypt.org subdomains used for OCSP, CRL and intermediate cert validation to regex whitelist
- Removed rescure blacklist due to lack of QA ([www.google.com](http://www.google.com/) was on this blacklist!)
- Added magentacloud.de to whitelist
- Added youtu.be to whitelist
- Added t.me to whitelist
- Added tails.boum.org to whitelist
- Added oss.oetiker.ch to whitelist
- Added page.gitlab.com to whitelist
- Added trib.al to whitelist
- Added fide.com to whitelist
- Added nordvpn.com to whitelist
- Added nordvpn.net and mullvad.net to whitelist
- Added wildcard domain nordvnp.net to regex whitelist
- Added [www.chip.de](http://www.chip.de/) to whitelist
- Changed sequencing of file processing and restarting DNS service again Bump version to 0.5
- Deleted lists doh-vpn-proxy-bypass.txt, dyndns.txt, fake.txt, hoster.txt, personal.txt from hagezi Github repo acc. to his latest changes
- Added [www.jetzt.de](http://www.jetzt.de/) to whitelist
- Added app.engange.redhat.com to whitelist
- Fixed typo in app.engage.redhat.com
- Added more Microsoft sites to allow working with Microsoft 365 in the browser
- Added [www.tz.de](http://www.tz.de/) to whitelist
- Added r.audible.de to whitelist
- Added Dropbox API servers to whitelist in order to not block synchronization
- Added accounts.google.com to whitelist
- Added blogger.googleusercontent.com to whitelist
- Added addons.mozilla.org to whitelist
- Added youtube.com to whitelist
- Added web.archive.org and archive.org to whitelist
- Added go.oracle.com to whitelist
- Added Adobe + Microsoft hosts to whitelist to allow Adobe CC synchronization and MS Teams access to work
- Added regmedia.co.uk to whitelist
- Added url1741.linktr.ee to whitelist (needed for registering with linktr.ee, specifically for verifying one's email address with them)
- Added [www.amazon.com](http://www.amazon.com/) to whitelist
- Added storage.googleapis.com to whitelist
- Globally allow (.|^)fbcdn.net$ (Facebook CDN, blocking this will break a lot of things for most users)
- Removed nrd-list-32-days.txt as source, because it makes no sense to rigidly block all newly registered .com domains
- Added ablink.ma.linktr.ee to whitelist
- Added d2.shared.global.fastly.net to whitelist
- Added ea.newscpt19.de to whitelist (distribution server for digital DAV Alpine News Magazine Panorama)
- Added mirror.yandex.ru to blacklist (MSYS2 updates mirror server, refuses https connection, probably not trustworthy anyway)
- Replaced dbl.oisd.nl with big.oisd.nl according to developers announcement on his website https://oisd.nl/ (discontinuation of old block list)
- Changed blocklist of [[email protected]](mailto:[email protected]) to use the new ABP style list dns.txt
What's Changed
- Squashed 46 changes since dev_0.4 for reintegration... by @pschneider1968 in #15
Full Changelog: v0.4...v0.5
My Pi-Hole Setup v0.4
The following improvements have been implemented since v0.3:
Author: Peter Schneider [email protected]
Date: Mon Jan 9 23:13:53 2023 +0100
PR: Merge dev v0.4 to master (#13)
* Added some sites to black- and whitelists
* Bump version; added new copyright year (in anticipation ;-)
* Add booking.com URL referer to whitelist; needed to unsubscribe from newsletters
* Added 1Host/Pro blocklist
* Added dlvr.it to whitelist (used by Debian News microblogging as URL shortener service)
* Added de.amazonforum.com to whitelist
* We now stop pihole-FTL before import and start it again afterwards to get rid of all DB locking issues;
also changed shell variable quoting
* Added info.jetbrains.com to whitelist
* Added error handling and runtime statistics
* Added new blocklists; added new whitelist entries; small code improvements
* Removed non-existent (abandonded?) list
* Added /usr/sbin to $PATH; for execution through crontab entry, we need the /usr/sbin/service command
* Added api.segment.io (Docker desktop diagnostic API call test) to whitelist
* Revert "Added api.segment.io (Docker desktop diagnostic API call test) to whitelist" - this is a marketing tracker API service => BLOCK!
This reverts commit 9933e6f3b307265a313555f9da06b1c81bc516bc.
* Updated README.md for v0.4
BUG FIX release: My Pi-Hole Setup v0.3
This release fixes a nasty bug in cron job execution of refresh_all.sh that could occur when the executing shell is actually /usr/bin/dash. This circumstance resulted in error message "Bad substitution", and the remainder of the script was not executed correctly.
This bug has now been fixed.
My Pi-Hole Setup v0.2
Enhancement from v0.1: the domain blocklist file list_of_blocklists.txt
will now be imported automatically.
Four different import/synchronization modes are available. Please refer to README.md
for details.
My Pi-Hole Setup v0.1
Initial release.