Skip to content

Releases: pschneider1968/pihole-bl-msft-telemetry-bsi

My Pi-Hole Setup v0.5

17 Feb 23:31
v0.5
972817e
Compare
Choose a tag to compare

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 [Cats-Team@github.com](mailto:Cats-Team@github.com) to use the new ABP style list dns.txt

What's Changed

Full Changelog: v0.4...v0.5

My Pi-Hole Setup v0.4

09 Jan 22:25
v0.4
63b316b
Compare
Choose a tag to compare

The following improvements have been implemented since v0.3:

Author: Peter Schneider peter.schneider@peters-netzplatz.de
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

23 Dec 05:01
11f8bb0
Compare
Choose a tag to compare

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

22 Dec 03:47
e6475f5
Compare
Choose a tag to compare

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

20 Dec 01:25
93f5139
Compare
Choose a tag to compare
My Pi-Hole Setup v0.1 Pre-release
Pre-release

Initial release.