Created
March 17, 2020 08:12
-
-
Save HoukasaurusRex/c064c8ed78842c0bbcc569a83edd995e to your computer and use it in GitHub Desktop.
Block Spotify Ads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
# Host Database | |
# | |
# localhost is used to configure the loopback interface | |
# when the system is booting. Do not change this entry. | |
## | |
127.0.0.1 localhost | |
255.255.255.255 broadcasthost | |
::1 localhost | |
fe80::1%lo0 localhost | |
# List of ad networks: | |
# https://www.reddit.com/r/Piracy/comments/4kn6rq/comprehensive_guide_to_blocking_ads_on_spotify/ | |
127.0.0.1 adclick.g.doublecklick.net | |
127.0.0.1 adeventtracker.spotify.com | |
127.0.0.1 ads-fa.spotify.com | |
127.0.0.1 analytics.spotify.com | |
127.0.0.1 audio2.spotify.com | |
127.0.0.1 b.scorecardresearch.com | |
127.0.0.1 bounceexchange.com | |
127.0.0.1 bs.serving-sys.com | |
127.0.0.1 content.bitsontherun.com | |
127.0.0.1 core.insightexpressai.com | |
127.0.0.1 crashdump.spotify.com | |
127.0.0.1 d2gi7ultltnc2u.cloudfront.net | |
127.0.0.1 d3rt1990lpmkn.cloudfront.net | |
127.0.0.1 desktop.spotify.com | |
127.0.0.1 doubleclick.net | |
127.0.0.1 ds.serving-sys.com | |
127.0.0.1 googleadservices.com | |
127.0.0.1 googleads.g.doubleclick.net | |
127.0.0.1 gtssl2-ocsp.geotrust.com | |
127.0.0.1 js.moatads.com | |
127.0.0.1 log.spotify.com | |
127.0.0.1 media-match.com | |
127.0.0.1 omaze.com | |
127.0.0.1 open.spotify.com | |
127.0.0.1 pagead46.l.doubleclick.net | |
127.0.0.1 pagead2.googlesyndication.com | |
127.0.0.1 partner.googleadservices.com | |
127.0.0.1 pubads.g.doubleclick.net | |
127.0.0.1 redirector.gvt1.com | |
127.0.0.1 s0.2mdn.net | |
127.0.0.1 securepubads.g.doubleclick.net | |
127.0.0.1 spclient.wg.spotify.com | |
127.0.0.1 tpc.googlesyndication.com | |
127.0.0.1 v.jwpcdn.com | |
127.0.0.1 video-ad-stats.googlesyndication.com | |
127.0.0.1 weblb-wg.gslb.spotify.com | |
127.0.0.1 www.googleadservices.com | |
127.0.0.1 www.googletagservices.com | |
127.0.0.0 www.omaze.com | |
# Allow spotify through system proxy | |
0.0.0.0 weblb-wg.gslb.spotify.com | |
0.0.0.0 prod.b.ssl.us-eu.fastlylb.net | |
# flush DNS cache with console command | |
# sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; say DNS cache flushed | |
# Added by Docker Desktop | |
# To allow the same kube context to work on the host and the container: | |
127.0.0.1 kubernetes.docker.internal | |
# End of section |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment