Last active
December 9, 2015 23:14
-
-
Save Paderman/e906e923029975a967e3 to your computer and use it in GitHub Desktop.
SkHosts
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
# BEGIN Block Skype ads | |
# Disable Skype ads (2015-12-10) | |
# | |
# 1. Add hosts to your hosts file | |
# | |
# Windows: %WINDIR%\system32\drivers\etc\hosts | |
# Linux / Android 4.1.x / OS X: /etc/hosts | |
# | |
# Note: On Windows you need admin rights, on Android you need a rooted device with admin rights, on Linux and similar sudo! | |
# | |
# | |
# 2. Flush DNS resolver cache | |
# | |
# Windows (ipconfig /flushdns) | |
# | |
# Android: Shutdown device, remove battery, wait ca. 30 seconds, insert battery, turn on device | |
# | |
# Linux : sudo /etc/init.d/nscd restart | |
# (If not installed: sudo apt-get install nscd) | |
# | |
# sudo /etc/rc.d/init.d/network/ restart | |
# or | |
# sudo service network restart | |
# | |
# OS X Yosemite (OS X Mavericks, Mountain Lion und Lion) | |
# | |
# sudo killall -HUP mDNSResponder | |
# or | |
# sudo discoveryutil mdnsflushcache | |
# | |
# Mac OS X 10.6 | |
# | |
# sudo dscacheutil -flushcache | |
# | |
# COPY ONLY THE CONTENT FROM BOTTOM. | |
# | |
127.0.0.1 *.msads.net | |
127.0.0.1 *.msecn.net | |
127.0.0.1 *.rad.msn.com | |
127.0.0.1 *.adnxs.com | |
127.0.0.1 a.ads2.msads.net | |
127.0.0.1 ac3.msn.com | |
127.0.0.1 ad.doubleclick.net | |
127.0.0.1 adnexus.net | |
127.0.0.1 adnxs.com | |
127.0.0.1 ads1.msn.com | |
127.0.0.1 ads2.msads.net | |
127.0.0.1 aka-cdn-ns.adtech.de | |
127.0.0.1 ams1.ib.adnxs.com | |
127.0.0.1 apps.skype.com | |
127.0.0.1 b.ads2.msads.net | |
127.0.0.1 bs.serving-sys.com | |
127.0.0.1 cdn.atdmt.com | |
127.0.0.1 cds26.ams9.msecn.net | |
127.0.0.1 db3aqu.atdmt.com | |
127.0.0.1 ec.atdmt.com | |
127.0.0.1 flex.msn.com | |
127.0.0.1 fra1.ib.adnxs.com | |
127.0.0.1 g.msn.com | |
127.0.0.1 g.msn.com | |
127.0.0.1 live.rads.msn.com | |
127.0.0.1 msntest.serving-sys.com | |
127.0.0.1 rad.msn.com | |
127.0.0.1 sO.2mdn.net | |
127.0.0.1 secure.flashtalking.com | |
127.0.0.1 static.2mdn.net | |
127.0.0.1 static.2mdn.net | |
# END Block Skype ads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment