From a6fcff9f22432b208df5048c29eaa1be10e1e0d2 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Fri, 9 Dec 2016 20:59:43 -0500 Subject: [PATCH 1/4] Change update.info files to update.json, update the python generators, and docs. --- data/KADhosts/update.info | 1 - data/KADhosts/update.json | 3 +++ data/SpotifyAds/update.info | 1 - data/SpotifyAds/update.json | 3 +++ data/StevenBlack/update.info | 1 - data/StevenBlack/update.json | 3 +++ data/Telemetry/update.info | 1 - data/Telemetry/update.json | 3 +++ data/UncheckyAds/update.info | 1 - data/UncheckyAds/update.json | 3 +++ data/adaway.org/update.info | 1 - data/adaway.org/update.json | 3 +++ data/add.2o7Net/update.info | 1 - data/add.2o7Net/update.json | 3 +++ data/add.Dead/update.info | 1 - data/add.Dead/update.json | 3 +++ data/add.Risk/update.info | 1 - data/add.Risk/update.json | 3 +++ data/add.Spam/update.info | 1 - data/add.Spam/update.json | 3 +++ data/malwaredomainlist.com/update.info | 1 - data/malwaredomainlist.com/update.json | 3 +++ data/mvps.org/update.info | 1 - data/mvps.org/update.json | 3 +++ data/someonewhocares.org/update.info | 1 - data/someonewhocares.org/update.json | 3 +++ data/tyzbit/update.info | 1 - data/tyzbit/update.json | 3 +++ data/yoyo.org/update.info | 1 - data/yoyo.org/update.json | 3 +++ extensions/gambling/update.info | 1 - extensions/gambling/update.json | 3 +++ extensions/porn/update.info | 1 - extensions/porn/update.json | 3 +++ extensions/social/update.info | 1 - extensions/social/update.json | 3 +++ updateHostsFile.py | 15 ++++++++------- 37 files changed, 62 insertions(+), 25 deletions(-) delete mode 100644 data/KADhosts/update.info create mode 100644 data/KADhosts/update.json delete mode 100644 data/SpotifyAds/update.info create mode 100644 data/SpotifyAds/update.json delete mode 100644 data/StevenBlack/update.info create mode 100644 data/StevenBlack/update.json delete mode 100644 data/Telemetry/update.info create mode 100644 data/Telemetry/update.json delete mode 100644 data/UncheckyAds/update.info create mode 100644 data/UncheckyAds/update.json delete mode 100644 data/adaway.org/update.info create mode 100644 data/adaway.org/update.json delete mode 100644 data/add.2o7Net/update.info create mode 100644 data/add.2o7Net/update.json delete mode 100644 data/add.Dead/update.info create mode 100644 data/add.Dead/update.json delete mode 100644 data/add.Risk/update.info create mode 100644 data/add.Risk/update.json delete mode 100644 data/add.Spam/update.info create mode 100644 data/add.Spam/update.json delete mode 100644 data/malwaredomainlist.com/update.info create mode 100644 data/malwaredomainlist.com/update.json delete mode 100644 data/mvps.org/update.info create mode 100644 data/mvps.org/update.json delete mode 100644 data/someonewhocares.org/update.info create mode 100644 data/someonewhocares.org/update.json delete mode 100644 data/tyzbit/update.info create mode 100644 data/tyzbit/update.json delete mode 100644 data/yoyo.org/update.info create mode 100644 data/yoyo.org/update.json delete mode 100644 extensions/gambling/update.info create mode 100644 extensions/gambling/update.json delete mode 100644 extensions/porn/update.info create mode 100644 extensions/porn/update.json delete mode 100644 extensions/social/update.info create mode 100644 extensions/social/update.json diff --git a/data/KADhosts/update.info b/data/KADhosts/update.info deleted file mode 100644 index 41b54a666..000000000 --- a/data/KADhosts/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt diff --git a/data/KADhosts/update.json b/data/KADhosts/update.json new file mode 100644 index 000000000..88790d2d9 --- /dev/null +++ b/data/KADhosts/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt" +} diff --git a/data/SpotifyAds/update.info b/data/SpotifyAds/update.info deleted file mode 100644 index f5cae8ec1..000000000 --- a/data/SpotifyAds/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts \ No newline at end of file diff --git a/data/SpotifyAds/update.json b/data/SpotifyAds/update.json new file mode 100644 index 000000000..d4391c326 --- /dev/null +++ b/data/SpotifyAds/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/SpotifyAds/hosts" +} diff --git a/data/StevenBlack/update.info b/data/StevenBlack/update.info deleted file mode 100644 index 6d568b049..000000000 --- a/data/StevenBlack/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts diff --git a/data/StevenBlack/update.json b/data/StevenBlack/update.json new file mode 100644 index 000000000..9b240a051 --- /dev/null +++ b/data/StevenBlack/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts" +} diff --git a/data/Telemetry/update.info b/data/Telemetry/update.info deleted file mode 100644 index 91f55536b..000000000 --- a/data/Telemetry/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/FadeMind/hosts.extras/master/Telemetry/hosts diff --git a/data/Telemetry/update.json b/data/Telemetry/update.json new file mode 100644 index 000000000..674dd8b93 --- /dev/null +++ b/data/Telemetry/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/Telemetry/hosts" +} diff --git a/data/UncheckyAds/update.info b/data/UncheckyAds/update.info deleted file mode 100644 index 0e8bd8f52..000000000 --- a/data/UncheckyAds/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts diff --git a/data/UncheckyAds/update.json b/data/UncheckyAds/update.json new file mode 100644 index 000000000..a5b776e2c --- /dev/null +++ b/data/UncheckyAds/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/UncheckyAds/hosts" +} diff --git a/data/adaway.org/update.info b/data/adaway.org/update.info deleted file mode 100644 index d1a4848c9..000000000 --- a/data/adaway.org/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt diff --git a/data/adaway.org/update.json b/data/adaway.org/update.json new file mode 100644 index 000000000..4ee478a7d --- /dev/null +++ b/data/adaway.org/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt" +} diff --git a/data/add.2o7Net/update.info b/data/add.2o7Net/update.info deleted file mode 100644 index 82e94d254..000000000 --- a/data/add.2o7Net/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts diff --git a/data/add.2o7Net/update.json b/data/add.2o7Net/update.json new file mode 100644 index 000000000..c1c13f7db --- /dev/null +++ b/data/add.2o7Net/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts" +} diff --git a/data/add.Dead/update.info b/data/add.Dead/update.info deleted file mode 100644 index 9c4fafc33..000000000 --- a/data/add.Dead/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts diff --git a/data/add.Dead/update.json b/data/add.Dead/update.json new file mode 100644 index 000000000..441f2a426 --- /dev/null +++ b/data/add.Dead/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Dead/hosts" +} diff --git a/data/add.Risk/update.info b/data/add.Risk/update.info deleted file mode 100644 index a54db4b95..000000000 --- a/data/add.Risk/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts diff --git a/data/add.Risk/update.json b/data/add.Risk/update.json new file mode 100644 index 000000000..ac75bf4f7 --- /dev/null +++ b/data/add.Risk/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Risk/hosts" +} diff --git a/data/add.Spam/update.info b/data/add.Spam/update.info deleted file mode 100644 index 0d2524742..000000000 --- a/data/add.Spam/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts diff --git a/data/add.Spam/update.json b/data/add.Spam/update.json new file mode 100644 index 000000000..2a738df36 --- /dev/null +++ b/data/add.Spam/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts" +} diff --git a/data/malwaredomainlist.com/update.info b/data/malwaredomainlist.com/update.info deleted file mode 100644 index c612bfb17..000000000 --- a/data/malwaredomainlist.com/update.info +++ /dev/null @@ -1 +0,0 @@ -https://www.malwaredomainlist.com/hostslist/hosts.txt diff --git a/data/malwaredomainlist.com/update.json b/data/malwaredomainlist.com/update.json new file mode 100644 index 000000000..6556f837f --- /dev/null +++ b/data/malwaredomainlist.com/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt" +} diff --git a/data/mvps.org/update.info b/data/mvps.org/update.info deleted file mode 100644 index 8e9f6a106..000000000 --- a/data/mvps.org/update.info +++ /dev/null @@ -1 +0,0 @@ -http://winhelp2002.mvps.org/hosts.txt diff --git a/data/mvps.org/update.json b/data/mvps.org/update.json new file mode 100644 index 000000000..578abdcae --- /dev/null +++ b/data/mvps.org/update.json @@ -0,0 +1,3 @@ +{ + "url": "http://winhelp2002.mvps.org/hosts.txt" +} diff --git a/data/someonewhocares.org/update.info b/data/someonewhocares.org/update.info deleted file mode 100644 index bb744a8ae..000000000 --- a/data/someonewhocares.org/update.info +++ /dev/null @@ -1 +0,0 @@ -http://someonewhocares.org/hosts/zero/hosts diff --git a/data/someonewhocares.org/update.json b/data/someonewhocares.org/update.json new file mode 100644 index 000000000..c8280fb6e --- /dev/null +++ b/data/someonewhocares.org/update.json @@ -0,0 +1,3 @@ +{ + "url": "http://someonewhocares.org/hosts/zero/hosts" +} diff --git a/data/tyzbit/update.info b/data/tyzbit/update.info deleted file mode 100644 index 766f885cd..000000000 --- a/data/tyzbit/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts diff --git a/data/tyzbit/update.json b/data/tyzbit/update.json new file mode 100644 index 000000000..49450a54c --- /dev/null +++ b/data/tyzbit/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts" +} diff --git a/data/yoyo.org/update.info b/data/yoyo.org/update.info deleted file mode 100644 index 65a21d7f8..000000000 --- a/data/yoyo.org/update.info +++ /dev/null @@ -1 +0,0 @@ -https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 diff --git a/data/yoyo.org/update.json b/data/yoyo.org/update.json new file mode 100644 index 000000000..29b57f8ab --- /dev/null +++ b/data/yoyo.org/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0" +} diff --git a/extensions/gambling/update.info b/extensions/gambling/update.info deleted file mode 100644 index dae01215d..000000000 --- a/extensions/gambling/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts diff --git a/extensions/gambling/update.json b/extensions/gambling/update.json new file mode 100644 index 000000000..b9802edbc --- /dev/null +++ b/extensions/gambling/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts" +} diff --git a/extensions/porn/update.info b/extensions/porn/update.info deleted file mode 100644 index c2eab0028..000000000 --- a/extensions/porn/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts \ No newline at end of file diff --git a/extensions/porn/update.json b/extensions/porn/update.json new file mode 100644 index 000000000..b13880270 --- /dev/null +++ b/extensions/porn/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts" +} diff --git a/extensions/social/update.info b/extensions/social/update.info deleted file mode 100644 index 02f045c40..000000000 --- a/extensions/social/update.info +++ /dev/null @@ -1 +0,0 @@ -https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts diff --git a/extensions/social/update.json b/extensions/social/update.json new file mode 100644 index 000000000..67cb51673 --- /dev/null +++ b/extensions/social/update.json @@ -0,0 +1,3 @@ +{ + "url": "https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts" +} diff --git a/updateHostsFile.py b/updateHostsFile.py index f4c7e70f5..975e71c14 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -87,7 +87,7 @@ defaults = { "datafilenames" : "hosts", "targetip" : "0.0.0.0", "ziphosts" : False, - "updateurlfilename" : "update.info", + "sourcedatafilename" : "update.json", "readmefilename" : "readme.md", "readmetemplate" : os.path.join(BASEDIR_PATH, "readme_template.md"), "readmedata" : {}, @@ -260,14 +260,14 @@ def updateAllSources(): print ("Skipping.") def getUpdateURLsFromFile(source): - pathToUpdateFile = os.path.join(settings["datapath"], source, settings["updateurlfilename"]) + pathToUpdateFile = os.path.join(settings["datapath"], source, settings["sourcedatafilename"]) if os.path.exists(pathToUpdateFile): updateFile = open(pathToUpdateFile, "r") - retURLs = updateFile.readlines() - # .strip() + updateData = json.load(updateFile) + retURLs = [updateData["url"]] updateFile.close() else: - retURL = None + retURLs = None printFailure("Warning: Can't find the update file for source " + source + "\n" + "Make sure that there's a file at " + pathToUpdateFile) return retURLs @@ -275,10 +275,11 @@ def getUpdateURLsFromFile(source): def getUpdateURLFromFile(source): - pathToUpdateFile = os.path.join(settings["datapath"], source, settings["updateurlfilename"]) + pathToUpdateFile = os.path.join(settings["datapath"], source, settings["sourcedatafilename"]) if os.path.exists(pathToUpdateFile): with open(pathToUpdateFile, "r") as updateFile: - return updateFile.readline().strip() + updateData = json.load(updateFile) + return [updateData["url"]] printFailure("Warning: Can't find the update file for source " + source + "\n" + "Make sure that there's a file at " + pathToUpdateFile) return None From 9532ee898c257265f1f38b83c15ff204c21d5dcc Mon Sep 17 00:00:00 2001 From: Steven Black Date: Fri, 9 Dec 2016 21:02:08 -0500 Subject: [PATCH 2/4] New data from yoyo.org, someonewhocares.org, and KADhosts. --- alternates/gambling-porn-social/hosts | 33 +++++++++++++++-------- alternates/gambling-porn-social/readme.md | 20 +++++++------- alternates/gambling-porn/hosts | 33 +++++++++++++++-------- alternates/gambling-porn/readme.md | 20 +++++++------- alternates/gambling-social/hosts | 33 +++++++++++++++-------- alternates/gambling-social/readme.md | 20 +++++++------- alternates/gambling/hosts | 33 +++++++++++++++-------- alternates/gambling/readme.md | 20 +++++++------- alternates/porn-social/hosts | 33 +++++++++++++++-------- alternates/porn-social/readme.md | 20 +++++++------- alternates/porn/hosts | 33 +++++++++++++++-------- alternates/porn/readme.md | 20 +++++++------- alternates/social/hosts | 33 +++++++++++++++-------- alternates/social/readme.md | 20 +++++++------- data/KADhosts/hosts | 9 ++++++- data/someonewhocares.org/hosts | 8 +++++- data/yoyo.org/hosts | 14 ++++------ hosts | 33 +++++++++++++++-------- readme.md | 20 +++++++------- readmeData.json | 2 +- 20 files changed, 277 insertions(+), 180 deletions(-) diff --git a/alternates/gambling-porn-social/hosts b/alternates/gambling-porn-social/hosts index 099f55f7b..cfe12efea 100644 --- a/alternates/gambling-porn-social/hosts +++ b/alternates/gambling-porn-social/hosts @@ -1,9 +1,9 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: December 06 2016 +# Date: December 10 2016 # Extensions added to this file: gambling, porn, social -# Number of unique domains: 38,332 +# Number of unique domains: 38,343 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts # Project home page: https://github.com/StevenBlack/hosts @@ -5643,7 +5643,7 @@ fe80::1%lo0 localhost # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -6086,6 +6086,9 @@ fe80::1%lo0 localhost 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -6639,8 +6642,12 @@ fe80::1%lo0 localhost 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl @@ -21740,7 +21747,7 @@ fe80::1%lo0 localhost # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -26969,6 +26976,7 @@ fe80::1%lo0 localhost 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -27124,6 +27132,9 @@ fe80::1%lo0 localhost 0.0.0.0 cdn.hadj7.adjuggler.net 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -27541,6 +27552,7 @@ fe80::1%lo0 localhost 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net 0.0.0.0 etad.telegraph.co.uk @@ -29702,6 +29714,7 @@ fe80::1%lo0 localhost 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com @@ -32649,15 +32662,15 @@ fe80::1%lo0 localhost # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -32705,7 +32718,6 @@ fe80::1%lo0 localhost 0.0.0.0 ad.980x.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.anuntis.com 0.0.0.0 ad.bizo.com 0.0.0.0 ad.bondage.com @@ -33303,6 +33315,7 @@ fe80::1%lo0 localhost 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 cluster.adultworld.com 0.0.0.0 cmpstar.com 0.0.0.0 cnt.spbland.ru @@ -33562,7 +33575,6 @@ fe80::1%lo0 localhost 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com 0.0.0.0 justrelevant.com @@ -33773,7 +33785,6 @@ fe80::1%lo0 localhost 0.0.0.0 pillscash.com 0.0.0.0 pimproll.com 0.0.0.0 pixel.jumptap.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -34014,7 +34025,7 @@ fe80::1%lo0 localhost 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/alternates/gambling-porn-social/readme.md b/alternates/gambling-porn-social/readme.md index f8a503c34..cf4f4671c 100644 --- a/alternates/gambling-porn-social/readme.md +++ b/alternates/gambling-porn-social/readme.md @@ -3,21 +3,21 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **December 06 2016**. -* Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 38,332 entries. +* Last updated: **December 10 2016**. +* Here's the [raw hosts file with gambling, porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) containing 38,343 entries. ### List of all hosts file variants Host file recipe | Readme | Raw hosts | hosts (.zip) | Unique domains ---------------- |:------:|:---------:|:------------:|:-------------: -Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,842 -Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,556 -Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,388 -Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,072 -Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,102 -Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,786 -Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,618 -Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,332 +Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,853 +Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,567 +Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,399 +Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,083 +Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,113 +Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,797 +Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,629 +Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,343 **Expectation**: These unified hosts files should serve all devices, regardless of OS. diff --git a/alternates/gambling-porn/hosts b/alternates/gambling-porn/hosts index 964a135b3..8f7404694 100644 --- a/alternates/gambling-porn/hosts +++ b/alternates/gambling-porn/hosts @@ -1,9 +1,9 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: December 06 2016 +# Date: December 10 2016 # Extensions added to this file: gambling, porn -# Number of unique domains: 38,102 +# Number of unique domains: 38,113 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts # Project home page: https://github.com/StevenBlack/hosts @@ -5643,7 +5643,7 @@ fe80::1%lo0 localhost # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -6086,6 +6086,9 @@ fe80::1%lo0 localhost 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -6639,8 +6642,12 @@ fe80::1%lo0 localhost 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl @@ -21740,7 +21747,7 @@ fe80::1%lo0 localhost # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -26969,6 +26976,7 @@ fe80::1%lo0 localhost 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -27124,6 +27132,9 @@ fe80::1%lo0 localhost 0.0.0.0 cdn.hadj7.adjuggler.net 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -27541,6 +27552,7 @@ fe80::1%lo0 localhost 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net 0.0.0.0 etad.telegraph.co.uk @@ -29702,6 +29714,7 @@ fe80::1%lo0 localhost 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com @@ -32649,15 +32662,15 @@ fe80::1%lo0 localhost # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -32705,7 +32718,6 @@ fe80::1%lo0 localhost 0.0.0.0 ad.980x.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.anuntis.com 0.0.0.0 ad.bizo.com 0.0.0.0 ad.bondage.com @@ -33303,6 +33315,7 @@ fe80::1%lo0 localhost 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 cluster.adultworld.com 0.0.0.0 cmpstar.com 0.0.0.0 cnt.spbland.ru @@ -33562,7 +33575,6 @@ fe80::1%lo0 localhost 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com 0.0.0.0 justrelevant.com @@ -33773,7 +33785,6 @@ fe80::1%lo0 localhost 0.0.0.0 pillscash.com 0.0.0.0 pimproll.com 0.0.0.0 pixel.jumptap.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -34014,7 +34025,7 @@ fe80::1%lo0 localhost 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/alternates/gambling-porn/readme.md b/alternates/gambling-porn/readme.md index b8ac3d4e7..5e7771d2b 100644 --- a/alternates/gambling-porn/readme.md +++ b/alternates/gambling-porn/readme.md @@ -3,21 +3,21 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **December 06 2016**. -* Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 38,102 entries. +* Last updated: **December 10 2016**. +* Here's the [raw hosts file with gambling, porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) containing 38,113 entries. ### List of all hosts file variants Host file recipe | Readme | Raw hosts | hosts (.zip) | Unique domains ---------------- |:------:|:---------:|:------------:|:-------------: -Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,842 -Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,556 -Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,388 -Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,072 -Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,102 -Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,786 -Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,618 -Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,332 +Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,853 +Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,567 +Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,399 +Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,083 +Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,113 +Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,797 +Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,629 +Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,343 **Expectation**: These unified hosts files should serve all devices, regardless of OS. diff --git a/alternates/gambling-social/hosts b/alternates/gambling-social/hosts index a04619319..c7f7812d8 100644 --- a/alternates/gambling-social/hosts +++ b/alternates/gambling-social/hosts @@ -1,9 +1,9 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: December 06 2016 +# Date: December 10 2016 # Extensions added to this file: gambling, social -# Number of unique domains: 32,786 +# Number of unique domains: 32,797 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts # Project home page: https://github.com/StevenBlack/hosts @@ -5643,7 +5643,7 @@ fe80::1%lo0 localhost # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -6086,6 +6086,9 @@ fe80::1%lo0 localhost 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -6639,8 +6642,12 @@ fe80::1%lo0 localhost 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl @@ -21740,7 +21747,7 @@ fe80::1%lo0 localhost # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -26969,6 +26976,7 @@ fe80::1%lo0 localhost 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -27124,6 +27132,9 @@ fe80::1%lo0 localhost 0.0.0.0 cdn.hadj7.adjuggler.net 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -27541,6 +27552,7 @@ fe80::1%lo0 localhost 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net 0.0.0.0 etad.telegraph.co.uk @@ -29702,6 +29714,7 @@ fe80::1%lo0 localhost 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com @@ -32649,15 +32662,15 @@ fe80::1%lo0 localhost # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -32705,7 +32718,6 @@ fe80::1%lo0 localhost 0.0.0.0 ad.980x.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.anuntis.com 0.0.0.0 ad.bizo.com 0.0.0.0 ad.bondage.com @@ -33303,6 +33315,7 @@ fe80::1%lo0 localhost 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 cluster.adultworld.com 0.0.0.0 cmpstar.com 0.0.0.0 cnt.spbland.ru @@ -33562,7 +33575,6 @@ fe80::1%lo0 localhost 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com 0.0.0.0 justrelevant.com @@ -33773,7 +33785,6 @@ fe80::1%lo0 localhost 0.0.0.0 pillscash.com 0.0.0.0 pimproll.com 0.0.0.0 pixel.jumptap.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -34014,7 +34025,7 @@ fe80::1%lo0 localhost 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/alternates/gambling-social/readme.md b/alternates/gambling-social/readme.md index 20f799bd8..3534e1095 100644 --- a/alternates/gambling-social/readme.md +++ b/alternates/gambling-social/readme.md @@ -3,21 +3,21 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **December 06 2016**. -* Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 32,786 entries. +* Last updated: **December 10 2016**. +* Here's the [raw hosts file with gambling, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) containing 32,797 entries. ### List of all hosts file variants Host file recipe | Readme | Raw hosts | hosts (.zip) | Unique domains ---------------- |:------:|:---------:|:------------:|:-------------: -Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,842 -Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,556 -Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,388 -Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,072 -Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,102 -Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,786 -Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,618 -Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,332 +Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,853 +Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,567 +Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,399 +Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,083 +Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,113 +Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,797 +Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,629 +Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,343 **Expectation**: These unified hosts files should serve all devices, regardless of OS. diff --git a/alternates/gambling/hosts b/alternates/gambling/hosts index 3edcff4e4..d449b1d42 100644 --- a/alternates/gambling/hosts +++ b/alternates/gambling/hosts @@ -1,9 +1,9 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: December 06 2016 +# Date: December 10 2016 # Extensions added to this file: gambling -# Number of unique domains: 32,556 +# Number of unique domains: 32,567 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts # Project home page: https://github.com/StevenBlack/hosts @@ -5643,7 +5643,7 @@ fe80::1%lo0 localhost # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -6086,6 +6086,9 @@ fe80::1%lo0 localhost 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -6639,8 +6642,12 @@ fe80::1%lo0 localhost 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl @@ -21740,7 +21747,7 @@ fe80::1%lo0 localhost # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -26969,6 +26976,7 @@ fe80::1%lo0 localhost 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -27124,6 +27132,9 @@ fe80::1%lo0 localhost 0.0.0.0 cdn.hadj7.adjuggler.net 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -27541,6 +27552,7 @@ fe80::1%lo0 localhost 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net 0.0.0.0 etad.telegraph.co.uk @@ -29702,6 +29714,7 @@ fe80::1%lo0 localhost 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com @@ -32649,15 +32662,15 @@ fe80::1%lo0 localhost # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -32705,7 +32718,6 @@ fe80::1%lo0 localhost 0.0.0.0 ad.980x.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.anuntis.com 0.0.0.0 ad.bizo.com 0.0.0.0 ad.bondage.com @@ -33303,6 +33315,7 @@ fe80::1%lo0 localhost 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 cluster.adultworld.com 0.0.0.0 cmpstar.com 0.0.0.0 cnt.spbland.ru @@ -33562,7 +33575,6 @@ fe80::1%lo0 localhost 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com 0.0.0.0 justrelevant.com @@ -33773,7 +33785,6 @@ fe80::1%lo0 localhost 0.0.0.0 pillscash.com 0.0.0.0 pimproll.com 0.0.0.0 pixel.jumptap.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -34014,7 +34025,7 @@ fe80::1%lo0 localhost 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/alternates/gambling/readme.md b/alternates/gambling/readme.md index e99ae19aa..e7cfe9742 100644 --- a/alternates/gambling/readme.md +++ b/alternates/gambling/readme.md @@ -3,21 +3,21 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **December 06 2016**. -* Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 32,556 entries. +* Last updated: **December 10 2016**. +* Here's the [raw hosts file with gambling extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) containing 32,567 entries. ### List of all hosts file variants Host file recipe | Readme | Raw hosts | hosts (.zip) | Unique domains ---------------- |:------:|:---------:|:------------:|:-------------: -Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,842 -Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,556 -Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,388 -Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,072 -Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,102 -Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,786 -Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,618 -Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,332 +Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,853 +Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,567 +Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,399 +Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,083 +Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,113 +Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,797 +Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,629 +Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,343 **Expectation**: These unified hosts files should serve all devices, regardless of OS. diff --git a/alternates/porn-social/hosts b/alternates/porn-social/hosts index 240470234..73bdbd390 100644 --- a/alternates/porn-social/hosts +++ b/alternates/porn-social/hosts @@ -1,9 +1,9 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: December 06 2016 +# Date: December 10 2016 # Extensions added to this file: porn, social -# Number of unique domains: 37,618 +# Number of unique domains: 37,629 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts # Project home page: https://github.com/StevenBlack/hosts @@ -5643,7 +5643,7 @@ fe80::1%lo0 localhost # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -6086,6 +6086,9 @@ fe80::1%lo0 localhost 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -6639,8 +6642,12 @@ fe80::1%lo0 localhost 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl @@ -21740,7 +21747,7 @@ fe80::1%lo0 localhost # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -26969,6 +26976,7 @@ fe80::1%lo0 localhost 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -27124,6 +27132,9 @@ fe80::1%lo0 localhost 0.0.0.0 cdn.hadj7.adjuggler.net 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -27541,6 +27552,7 @@ fe80::1%lo0 localhost 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net 0.0.0.0 etad.telegraph.co.uk @@ -29702,6 +29714,7 @@ fe80::1%lo0 localhost 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com @@ -32649,15 +32662,15 @@ fe80::1%lo0 localhost # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -32705,7 +32718,6 @@ fe80::1%lo0 localhost 0.0.0.0 ad.980x.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.anuntis.com 0.0.0.0 ad.bizo.com 0.0.0.0 ad.bondage.com @@ -33303,6 +33315,7 @@ fe80::1%lo0 localhost 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 cluster.adultworld.com 0.0.0.0 cmpstar.com 0.0.0.0 cnt.spbland.ru @@ -33562,7 +33575,6 @@ fe80::1%lo0 localhost 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com 0.0.0.0 justrelevant.com @@ -33773,7 +33785,6 @@ fe80::1%lo0 localhost 0.0.0.0 pillscash.com 0.0.0.0 pimproll.com 0.0.0.0 pixel.jumptap.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -34014,7 +34025,7 @@ fe80::1%lo0 localhost 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/alternates/porn-social/readme.md b/alternates/porn-social/readme.md index d34cade2d..13f57d31e 100644 --- a/alternates/porn-social/readme.md +++ b/alternates/porn-social/readme.md @@ -3,21 +3,21 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **December 06 2016**. -* Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 37,618 entries. +* Last updated: **December 10 2016**. +* Here's the [raw hosts file with porn, social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) containing 37,629 entries. ### List of all hosts file variants Host file recipe | Readme | Raw hosts | hosts (.zip) | Unique domains ---------------- |:------:|:---------:|:------------:|:-------------: -Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,842 -Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,556 -Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,388 -Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,072 -Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,102 -Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,786 -Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,618 -Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,332 +Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,853 +Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,567 +Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,399 +Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,083 +Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,113 +Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,797 +Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,629 +Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,343 **Expectation**: These unified hosts files should serve all devices, regardless of OS. diff --git a/alternates/porn/hosts b/alternates/porn/hosts index c718f7762..9183043d2 100644 --- a/alternates/porn/hosts +++ b/alternates/porn/hosts @@ -1,9 +1,9 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: December 06 2016 +# Date: December 10 2016 # Extensions added to this file: porn -# Number of unique domains: 37,388 +# Number of unique domains: 37,399 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts # Project home page: https://github.com/StevenBlack/hosts @@ -5643,7 +5643,7 @@ fe80::1%lo0 localhost # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -6086,6 +6086,9 @@ fe80::1%lo0 localhost 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -6639,8 +6642,12 @@ fe80::1%lo0 localhost 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl @@ -21740,7 +21747,7 @@ fe80::1%lo0 localhost # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -26969,6 +26976,7 @@ fe80::1%lo0 localhost 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -27124,6 +27132,9 @@ fe80::1%lo0 localhost 0.0.0.0 cdn.hadj7.adjuggler.net 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -27541,6 +27552,7 @@ fe80::1%lo0 localhost 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net 0.0.0.0 etad.telegraph.co.uk @@ -29702,6 +29714,7 @@ fe80::1%lo0 localhost 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com @@ -32649,15 +32662,15 @@ fe80::1%lo0 localhost # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -32705,7 +32718,6 @@ fe80::1%lo0 localhost 0.0.0.0 ad.980x.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.anuntis.com 0.0.0.0 ad.bizo.com 0.0.0.0 ad.bondage.com @@ -33303,6 +33315,7 @@ fe80::1%lo0 localhost 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 cluster.adultworld.com 0.0.0.0 cmpstar.com 0.0.0.0 cnt.spbland.ru @@ -33562,7 +33575,6 @@ fe80::1%lo0 localhost 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com 0.0.0.0 justrelevant.com @@ -33773,7 +33785,6 @@ fe80::1%lo0 localhost 0.0.0.0 pillscash.com 0.0.0.0 pimproll.com 0.0.0.0 pixel.jumptap.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -34014,7 +34025,7 @@ fe80::1%lo0 localhost 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/alternates/porn/readme.md b/alternates/porn/readme.md index 14c376aa9..aa7a9c147 100644 --- a/alternates/porn/readme.md +++ b/alternates/porn/readme.md @@ -3,21 +3,21 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **December 06 2016**. -* Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 37,388 entries. +* Last updated: **December 10 2016**. +* Here's the [raw hosts file with porn extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) containing 37,399 entries. ### List of all hosts file variants Host file recipe | Readme | Raw hosts | hosts (.zip) | Unique domains ---------------- |:------:|:---------:|:------------:|:-------------: -Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,842 -Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,556 -Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,388 -Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,072 -Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,102 -Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,786 -Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,618 -Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,332 +Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,853 +Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,567 +Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,399 +Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,083 +Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,113 +Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,797 +Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,629 +Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,343 **Expectation**: These unified hosts files should serve all devices, regardless of OS. diff --git a/alternates/social/hosts b/alternates/social/hosts index d7bf3c6f9..95c010e17 100644 --- a/alternates/social/hosts +++ b/alternates/social/hosts @@ -1,9 +1,9 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: December 06 2016 +# Date: December 10 2016 # Extensions added to this file: social -# Number of unique domains: 32,072 +# Number of unique domains: 32,083 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts # Project home page: https://github.com/StevenBlack/hosts @@ -5643,7 +5643,7 @@ fe80::1%lo0 localhost # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -6086,6 +6086,9 @@ fe80::1%lo0 localhost 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -6639,8 +6642,12 @@ fe80::1%lo0 localhost 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl @@ -21740,7 +21747,7 @@ fe80::1%lo0 localhost # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -26969,6 +26976,7 @@ fe80::1%lo0 localhost 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -27124,6 +27132,9 @@ fe80::1%lo0 localhost 0.0.0.0 cdn.hadj7.adjuggler.net 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -27541,6 +27552,7 @@ fe80::1%lo0 localhost 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net 0.0.0.0 etad.telegraph.co.uk @@ -29702,6 +29714,7 @@ fe80::1%lo0 localhost 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com @@ -32649,15 +32662,15 @@ fe80::1%lo0 localhost # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -32705,7 +32718,6 @@ fe80::1%lo0 localhost 0.0.0.0 ad.980x.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.anuntis.com 0.0.0.0 ad.bizo.com 0.0.0.0 ad.bondage.com @@ -33303,6 +33315,7 @@ fe80::1%lo0 localhost 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 cluster.adultworld.com 0.0.0.0 cmpstar.com 0.0.0.0 cnt.spbland.ru @@ -33562,7 +33575,6 @@ fe80::1%lo0 localhost 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com 0.0.0.0 justrelevant.com @@ -33773,7 +33785,6 @@ fe80::1%lo0 localhost 0.0.0.0 pillscash.com 0.0.0.0 pimproll.com 0.0.0.0 pixel.jumptap.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -34014,7 +34025,7 @@ fe80::1%lo0 localhost 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/alternates/social/readme.md b/alternates/social/readme.md index ada1946c1..6906f252d 100644 --- a/alternates/social/readme.md +++ b/alternates/social/readme.md @@ -3,21 +3,21 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **December 06 2016**. -* Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 32,072 entries. +* Last updated: **December 10 2016**. +* Here's the [raw hosts file with social extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) containing 32,083 entries. ### List of all hosts file variants Host file recipe | Readme | Raw hosts | hosts (.zip) | Unique domains ---------------- |:------:|:---------:|:------------:|:-------------: -Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,842 -Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,556 -Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,388 -Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,072 -Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,102 -Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,786 -Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,618 -Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,332 +Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,853 +Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,567 +Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,399 +Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,083 +Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,113 +Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,797 +Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,629 +Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,343 **Expectation**: These unified hosts files should serve all devices, regardless of OS. diff --git a/data/KADhosts/hosts b/data/KADhosts/hosts index b8fe4316c..f83fd002f 100644 --- a/data/KADhosts/hosts +++ b/data/KADhosts/hosts @@ -1,7 +1,7 @@ # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -446,6 +446,9 @@ 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -1000,8 +1003,12 @@ 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl diff --git a/data/someonewhocares.org/hosts b/data/someonewhocares.org/hosts index 68fba08c3..ebcbb10c3 100644 --- a/data/someonewhocares.org/hosts +++ b/data/someonewhocares.org/hosts @@ -8,7 +8,7 @@ # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -6519,6 +6519,7 @@ 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -6719,6 +6720,9 @@ 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com 0.0.0.0 cdn.komoona.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -7231,6 +7235,7 @@ 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 es.adserver.yahoo.com 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net @@ -9760,6 +9765,7 @@ 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com diff --git a/data/yoyo.org/hosts b/data/yoyo.org/hosts index cc3359c46..db74b29c1 100644 --- a/data/yoyo.org/hosts +++ b/data/yoyo.org/hosts @@ -2,15 +2,15 @@ # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -71,14 +71,12 @@ 0.0.0.0 ad-space.net 0.0.0.0 ad-tech.com 0.0.0.0 ad-up.com -0.0.0.0 ad.100.tbn.ru 0.0.0.0 ad.71i.de 0.0.0.0 ad.980x.com 0.0.0.0 ad.a8.net 0.0.0.0 ad.abcnews.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.aboutwebservices.com 0.0.0.0 ad.abum.com 0.0.0.0 ad.afy11.net @@ -146,7 +144,6 @@ 0.0.0.0 ad.simgames.net 0.0.0.0 ad.slutload.com 0.0.0.0 ad.smartclip.net -0.0.0.0 ad.tbn.ru 0.0.0.0 ad.technoratimedia.com 0.0.0.0 ad.thewheelof.com 0.0.0.0 ad.turn.com @@ -1199,6 +1196,7 @@ 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 clkads.com 0.0.0.0 clkrev.com 0.0.0.0 cluster.adultworld.com @@ -1568,7 +1566,6 @@ 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 js.users.51.la 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com @@ -1850,7 +1847,6 @@ 0.0.0.0 pixel.adsafeprotected.com 0.0.0.0 pixel.jumptap.com 0.0.0.0 pixel.redditmedia.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -2172,7 +2168,7 @@ 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/hosts b/hosts index e28087e0d..b90338bd2 100644 --- a/hosts +++ b/hosts @@ -1,8 +1,8 @@ # This hosts file is a merged collection of hosts from reputable sources, # with a dash of crowd sourcing via Github # -# Date: December 06 2016 -# Number of unique domains: 31,842 +# Date: December 10 2016 +# Number of unique domains: 31,853 # # Fetch the latest version of this file: https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts # Project home page: https://github.com/StevenBlack/hosts @@ -5642,7 +5642,7 @@ fe80::1%lo0 localhost # KAD hosts file # Zalecany tylko dla zaawansowanych uzytkownikow # Niektore funkcje oferowane przez filtr nie sa dostepne w ponizszym pliku ze wzgledu na ograniczenia hosts. -# Aktualizacja zbiorowa: 2016120301 +# Aktualizacja zbiorowa: 2016120901 # Podejrzane i/lub polaczone z innymi przekretami @@ -6085,6 +6085,9 @@ fe80::1%lo0 localhost 0.0.0.0 hdmovies.pl 0.0.0.0 youprize13.com 0.0.0.0 www.aldaniti.net +0.0.0.0 medianeo.pl +0.0.0.0 otosponsorki.pl +0.0.0.0 doladujzadarmo.pl # Strony z aliasami (lub podobne), ktore nie sa wspierane przez administratorow. 0.0.0.0 rfv.pl @@ -6638,8 +6641,12 @@ fe80::1%lo0 localhost 0.0.0.0 pobierzteraz.mobi 0.0.0.0 web.yuppipuppy.com 0.0.0.0 win.mobile-installs2.top +0.0.0.0 iphone7-forsubs.xyz +0.0.0.0 www.download.ewygrane.pl +0.0.0.0 go.todolize.com # Przekrety +0.0.0.0 wrzutkaplikow.pl 0.0.0.0 freehd.pl 0.0.0.0 bluedownload.pl 0.0.0.0 doladowanie.zx8.pl @@ -21739,7 +21746,7 @@ fe80::1%lo0 localhost # Please forward any additions, corrections or comments by email to # hosts@someonewhocares.org -# Last updated: Mon, 05 Dec 2016 at 23:48:50 GMT +# Last updated: Thu, 08 Dec 2016 at 17:12:09 GMT # Use this file to prevent your computer from connecting to selected # internet hosts. This is an easy and effective way to protect you from @@ -26968,6 +26975,7 @@ fe80::1%lo0 localhost 0.0.0.0 biz-offer.com 0.0.0.0 bizographics.com 0.0.0.0 bizopprewards.com +0.0.0.0 bj7kpvd.gandjaltilogoki.com 0.0.0.0 blabla4u.adserver.co.il 0.0.0.0 blasphemysfhs.info 0.0.0.0 blatant8jh.info @@ -27123,6 +27131,9 @@ fe80::1%lo0 localhost 0.0.0.0 cdn.hadj7.adjuggler.net 0.0.0.0 cdn.imgtty.com 0.0.0.0 cdn.innovid.com +0.0.0.0 cdn.lazymem.com +0.0.0.0 cdn.lazymic.com +0.0.0.0 cdn.likeaced.com 0.0.0.0 cdn.mediative.ca 0.0.0.0 cdn.merchenta.com 0.0.0.0 cdn.mobicow.com @@ -27540,6 +27551,7 @@ fe80::1%lo0 localhost 0.0.0.0 epomads2.4shared.com 0.0.0.0 erie.smartage.com 0.0.0.0 ero-advertising.com +0.0.0.0 errorfixing.tech 0.0.0.0 escape.insites.eu 0.0.0.0 espn.footprint.net 0.0.0.0 etad.telegraph.co.uk @@ -29701,6 +29713,7 @@ fe80::1%lo0 localhost 0.0.0.0 views.m4n.nl 0.0.0.0 viglink.com 0.0.0.0 viglink.pgpartner.com +0.0.0.0 villagarden.pl 0.0.0.0 villagevoicecollect.247realmedia.com 0.0.0.0 vip1.tw.adserver.yahoo.com 0.0.0.0 vipfastmoney.com @@ -32648,15 +32661,15 @@ fe80::1%lo0 localhost # # For more information about this list, see: https://pgl.yoyo.org/adservers/ # ---- -# last updated: Fri, 02 Dec 2016 07:38:32 GMT -# entries: 2367 +# last updated: Thu, 08 Dec 2016 22:20:45 GMT +# entries: 2363 # format: hosts (hosts -- in hosts file format) # credits: Peter Lowe - pgl@yoyo.org - https://pgl.yoyo.org/ - https://twitter.com/pgl # this URL: https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0 # other formats: https://pgl.yoyo.org/adservers/formats.php # policy: https://pgl.yoyo.org/adservers/policy.php # -# start date: Tue, 06 Dec 2016 00:00:00 +# start date: Sat, 10 Dec 2016 00:00:00 0.0.0.0 101com.com 0.0.0.0 101order.com 0.0.0.0 123found.com @@ -32704,7 +32717,6 @@ fe80::1%lo0 localhost 0.0.0.0 ad.980x.com 0.0.0.0 ad.abctv.com 0.0.0.0 ad.about.com -0.0.0.0 ad.aboutit.de 0.0.0.0 ad.anuntis.com 0.0.0.0 ad.bizo.com 0.0.0.0 ad.bondage.com @@ -33302,6 +33314,7 @@ fe80::1%lo0 localhost 0.0.0.0 clicmanager.fr 0.0.0.0 clients.tbo.com 0.0.0.0 clixgalore.com +0.0.0.0 clk.konflab.com 0.0.0.0 cluster.adultworld.com 0.0.0.0 cmpstar.com 0.0.0.0 cnt.spbland.ru @@ -33561,7 +33574,6 @@ fe80::1%lo0 localhost 0.0.0.0 jcount.com 0.0.0.0 jinkads.de 0.0.0.0 joetec.net -0.0.0.0 jokedollars.com 0.0.0.0 juicyads.com 0.0.0.0 jumptap.com 0.0.0.0 justrelevant.com @@ -33772,7 +33784,6 @@ fe80::1%lo0 localhost 0.0.0.0 pillscash.com 0.0.0.0 pimproll.com 0.0.0.0 pixel.jumptap.com -0.0.0.0 planetactive.com 0.0.0.0 play4traffic.com 0.0.0.0 playhaven.com 0.0.0.0 plista.com @@ -34013,7 +34024,7 @@ fe80::1%lo0 localhost 0.0.0.0 toplist.pornhost.com 0.0.0.0 toplista.mw.hu 0.0.0.0 toplistcity.com -0.0.0.0 topmmorpgsites.com +0.0.0.0 topmmorpgsites.com.invalid 0.0.0.0 topping.com.ua 0.0.0.0 toprebates.com 0.0.0.0 topsafelist.net diff --git a/readme.md b/readme.md index f9c305a9e..6282ce1e2 100644 --- a/readme.md +++ b/readme.md @@ -3,21 +3,21 @@ This repository consolidates several reputable `hosts` files, and merges them into a unified hosts file with duplicates removed. This repo provides several hosts files tailored to you need to block. -* Last updated: **December 06 2016**. -* Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 31,842 entries. +* Last updated: **December 10 2016**. +* Here's the [raw hosts file with base extensions](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) containing 31,853 entries. ### List of all hosts file variants Host file recipe | Readme | Raw hosts | hosts (.zip) | Unique domains ---------------- |:------:|:---------:|:------------:|:-------------: -Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,842 -Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,556 -Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,388 -Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,072 -Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,102 -Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,786 -Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,618 -Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,332 +Unified hosts = **(adware + malware)** | [Readme](https://github.com/StevenBlack/hosts/blob/master/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts.zip) | 31,853 +Unified hosts **+ gambling** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts.zip) | 32,567 +Unified hosts **+ porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn/hosts.zip) | 37,399 +Unified hosts **+ social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/social/hosts.zip) | 32,083 +Unified hosts **+ gambling + porn** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts.zip) | 38,113 +Unified hosts **+ gambling + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-social/hosts.zip) | 32,797 +Unified hosts **+ porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/porn-social/hosts.zip) | 37,629 +Unified hosts **+ gambling + porn + social** | [Readme](https://github.com/StevenBlack/hosts/blob/master/alternates/gambling-porn-social/readme.md) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts) | [link](https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn-social/hosts.zip) | 38,343 **Expectation**: These unified hosts files should serve all devices, regardless of OS. diff --git a/readmeData.json b/readmeData.json index eaf1215d8..b63f722e7 100644 --- a/readmeData.json +++ b/readmeData.json @@ -1 +1 @@ -{"porn": {"entries": 37388, "location": "alternates/porn/"}, "gambling-social": {"entries": 32786, "location": "alternates/gambling-social/"}, "base": {"entries": 31842, "location": ""}, "porn-social": {"entries": 37618, "location": "alternates/porn-social/"}, "gambling": {"entries": 32556, "location": "alternates/gambling/"}, "gambling-porn-social": {"entries": 38332, "location": "alternates/gambling-porn-social/"}, "gambling-porn": {"entries": 38102, "location": "alternates/gambling-porn/"}, "social": {"entries": 32072, "location": "alternates/social/"}} \ No newline at end of file +{"porn-social": {"location": "alternates/porn-social/", "entries": 37629}, "base": {"location": "", "entries": 31853}, "gambling-porn": {"location": "alternates/gambling-porn/", "entries": 38113}, "gambling-porn-social": {"location": "alternates/gambling-porn-social/", "entries": 38343}, "social": {"location": "alternates/social/", "entries": 32083}, "gambling-social": {"location": "alternates/gambling-social/", "entries": 32797}, "porn": {"location": "alternates/porn/", "entries": 37399}, "gambling": {"location": "alternates/gambling/", "entries": 32567}} \ No newline at end of file From 5d103895ae921b059ab662e89869e7ae20ff8c24 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Fri, 9 Dec 2016 21:58:23 -0500 Subject: [PATCH 3/4] Issue #208: Add data attributes to a number of update.json files. --- data/StevenBlack/update.json | 5 +++++ data/adaway.org/update.json | 5 +++++ data/add.2o7Net/update.json | 5 +++++ data/malwaredomainlist.com/update.json | 5 +++++ data/mvps.org/update.json | 5 +++++ data/someonewhocares.org/update.json | 5 +++++ data/tyzbit/update.json | 5 +++++ data/yoyo.org/update.json | 7 +++++++ 8 files changed, 42 insertions(+) diff --git a/data/StevenBlack/update.json b/data/StevenBlack/update.json index 9b240a051..394f70316 100644 --- a/data/StevenBlack/update.json +++ b/data/StevenBlack/update.json @@ -1,3 +1,8 @@ { + "name": "Steven Black's ad-hoc list", + "description": "Additional sketch domains as I come across them.", + "homeurl": "https://github.com/StevenBlack/hosts/blob/master/data/StevenBlack/hosts", + "frequency": "occasionally", + "issues": "https://github.com/StevenBlack/hosts/issues", "url": "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts" } diff --git a/data/adaway.org/update.json b/data/adaway.org/update.json index 4ee478a7d..50098fc8c 100644 --- a/data/adaway.org/update.json +++ b/data/adaway.org/update.json @@ -1,3 +1,8 @@ { + "name": "AdAway", + "description": "AdAway is an open source ad blocker for Android using the hosts file.", + "homeurl": "https://adaway.org/", + "frequency": "occasional", + "issues": "https://github.com/AdAway/AdAway/issues", "url": "https://raw.githubusercontent.com/AdAway/adaway.github.io/master/hosts.txt" } diff --git a/data/add.2o7Net/update.json b/data/add.2o7Net/update.json index c1c13f7db..c504ef0ac 100644 --- a/data/add.2o7Net/update.json +++ b/data/add.2o7Net/update.json @@ -1,3 +1,8 @@ { + "name": "Fademind - 2o7Net", + "description": "2o7Net tracking sites based on http://www.hostsfile.org/hosts.html content.", + "homeurl": "https://github.com/Fademind", + "frequency": "occasional", + "issues": "", "url": "https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.2o7Net/hosts" } diff --git a/data/malwaredomainlist.com/update.json b/data/malwaredomainlist.com/update.json index 6556f837f..13b9b80d2 100644 --- a/data/malwaredomainlist.com/update.json +++ b/data/malwaredomainlist.com/update.json @@ -1,3 +1,8 @@ { + "name": "Malware Domain List", + "description": "Malware Domain List is a non-commercial community project.", + "homeurl": "http://www.malwaredomainlist.com/", + "frequency": "weekly", + "issues": "http://www.malwaredomainlist.com/contact.php", "url": "https://www.malwaredomainlist.com/hostslist/hosts.txt" } diff --git a/data/mvps.org/update.json b/data/mvps.org/update.json index 578abdcae..8ed734e4c 100644 --- a/data/mvps.org/update.json +++ b/data/mvps.org/update.json @@ -1,3 +1,8 @@ { + "name": "MVPS hosts file", + "description": "The purpose of this site is to provide the user with a high quality custom HOSTS file.", + "homeurl": "http://winhelp2002.mvps.org/", + "frequency": "monthly", + "issues": "mailto:winhelp2002@gmail.com", "url": "http://winhelp2002.mvps.org/hosts.txt" } diff --git a/data/someonewhocares.org/update.json b/data/someonewhocares.org/update.json index c8280fb6e..939e098ab 100644 --- a/data/someonewhocares.org/update.json +++ b/data/someonewhocares.org/update.json @@ -1,3 +1,8 @@ { + "name": "Dan Pollock – someonewhocares.org", + "description": "How to make the internet not suck (as much).", + "homeurl": "http://someonewhocares.org/hosts/", + "frequency": "frequently", + "issues": "hosts@someonewhocares.org", "url": "http://someonewhocares.org/hosts/zero/hosts" } diff --git a/data/tyzbit/update.json b/data/tyzbit/update.json index 49450a54c..d8b401e9b 100644 --- a/data/tyzbit/update.json +++ b/data/tyzbit/update.json @@ -1,3 +1,8 @@ { + "name": "tyzbit", + "description": "Microsoft tracking domains. A fork of this repo providing additional data.", + "homeurl": "https://github.com/tyzbit/hosts/blob/master/data/tyzbit/hosts", + "frequency": "rarely", + "issues": "", "url": "https://raw.githubusercontent.com/tyzbit/hosts/master/data/tyzbit/hosts" } diff --git a/data/yoyo.org/update.json b/data/yoyo.org/update.json index 29b57f8ab..59dfc4345 100644 --- a/data/yoyo.org/update.json +++ b/data/yoyo.org/update.json @@ -1,3 +1,10 @@ { + "name": "yoyo.org", + "description": "Blocking with ad server and tracking server hostnames.", + "homeurl": "https://pgl.yoyo.org/adservers/", + "frequency": "frequently", + "issues": "mailto:pgl@yoyo.org", "url": "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext&useip=0.0.0.0" } + + From 4dfdc9ea720d8025b31c563a042640b544da2ba5 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Fri, 9 Dec 2016 22:03:02 -0500 Subject: [PATCH 4/4] =?UTF-8?q?Documentation=20=E2=80=93=20update=20all=20?= =?UTF-8?q?the=20readme.md=20files.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- alternates/gambling-porn-social/readme.md | 3 +-- alternates/gambling-porn/readme.md | 3 +-- alternates/gambling-social/readme.md | 3 +-- alternates/gambling/readme.md | 3 +-- alternates/porn-social/readme.md | 3 +-- alternates/porn/readme.md | 3 +-- alternates/social/readme.md | 3 +-- readme.md | 3 +-- readme_template.md | 3 +-- 9 files changed, 9 insertions(+), 18 deletions(-) diff --git a/alternates/gambling-porn-social/readme.md b/alternates/gambling-porn-social/readme.md index cf4f4671c..46d93a5fe 100644 --- a/alternates/gambling-porn-social/readme.md +++ b/alternates/gambling-porn-social/readme.md @@ -88,8 +88,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates. diff --git a/alternates/gambling-porn/readme.md b/alternates/gambling-porn/readme.md index 5e7771d2b..4a92c39fa 100644 --- a/alternates/gambling-porn/readme.md +++ b/alternates/gambling-porn/readme.md @@ -88,8 +88,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates. diff --git a/alternates/gambling-social/readme.md b/alternates/gambling-social/readme.md index 3534e1095..1c8382470 100644 --- a/alternates/gambling-social/readme.md +++ b/alternates/gambling-social/readme.md @@ -88,8 +88,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates. diff --git a/alternates/gambling/readme.md b/alternates/gambling/readme.md index e7cfe9742..eba1f4f59 100644 --- a/alternates/gambling/readme.md +++ b/alternates/gambling/readme.md @@ -88,8 +88,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates. diff --git a/alternates/porn-social/readme.md b/alternates/porn-social/readme.md index 13f57d31e..e3ea53d50 100644 --- a/alternates/porn-social/readme.md +++ b/alternates/porn-social/readme.md @@ -88,8 +88,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates. diff --git a/alternates/porn/readme.md b/alternates/porn/readme.md index aa7a9c147..ee19abfc2 100644 --- a/alternates/porn/readme.md +++ b/alternates/porn/readme.md @@ -88,8 +88,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates. diff --git a/alternates/social/readme.md b/alternates/social/readme.md index 6906f252d..40def6f77 100644 --- a/alternates/social/readme.md +++ b/alternates/social/readme.md @@ -88,8 +88,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates. diff --git a/readme.md b/readme.md index 6282ce1e2..45593c776 100644 --- a/readme.md +++ b/readme.md @@ -88,8 +88,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates. diff --git a/readme_template.md b/readme_template.md index 7428977de..199f60d32 100644 --- a/readme_template.md +++ b/readme_template.md @@ -80,8 +80,7 @@ exist, it will be created. ## How do I control which sources are unified? -Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify its update url in -`update.info` file. +Add one or more *additional* sources, each in a subfolder of the `data/` folder, and specify the `url` key in its `update.json` file. Add one or more *optional* extensions, which originate from subfolders of the `extensions/` folder. Again the url in `update.info` controls where this extension finds its updates.