Eliminate Spotify Ads

https://gist.githubusercontent.com/opus-x/3e673a9d5db2a214df05929a4eee6a57/raw Rohliste öffnen
623Einträge
+0 -0letzte Änderung
zuletzt aktualisiert
22,9 KBGröße
vor 1 Tagzuletzt geprüft

Beschreibung

Filterliste aus den Bereichen Werbung. Format: Hosts (localhost IPv4). Einzelheiten und Aufnahmekriterien stehen auf der Projektseite.

Integration

Pi-hole v6 (web interface)

  1. Open the admin interface and go to Settings → Lists.
  2. Paste the address below into Address, optionally add a comment and click Add.
  3. Go to Tools → Update Gravity (or run pihole -g) to download the list.
https://gist.githubusercontent.com/opus-x/3e673a9d5db2a214df05929a4eee6a57/raw

Pi-hole v5

  1. Go to Group Management → Adlists.
  2. Paste the address into Address and click Add.
  3. Run pihole -g or use Tools → Update Gravity.

Command line (v5 / v6)

sudo sqlite3 /etc/pihole/gravity.db "INSERT INTO adlist (address, enabled, comment) VALUES ('https://gist.githubusercontent.com/opus-x/3e673a9d5db2a214df05929a4eee6a57/raw', 1, 'Eliminate Spotify Ads');"
pihole -g

Pi-hole v5 only understands hosts and plain domain lists. Since v6 ABP-style entries (||example.com^) are supported as well.

Pi-hole Dokumentation

Nach oben scrollen