From 72bee2b78e78badb48a8f1382919c6ef82fe676a Mon Sep 17 00:00:00 2001 From: Mathewka Date: Thu, 20 Sep 2018 13:14:02 +0900 Subject: [PATCH] googlehosts-2018-09-20 --- SyncerServer/hosts/dnsmasq.conf | 31 ++++++++++++++++++++++--------- SyncerServer/hosts/hosts | 31 ++++++++++++++++++++++--------- SyncerServer/hosts/surge.conf | 31 ++++++++++++++++++++++--------- 3 files changed, 66 insertions(+), 27 deletions(-) diff --git a/SyncerServer/hosts/dnsmasq.conf b/SyncerServer/hosts/dnsmasq.conf index e775738..dde4ce4 100644 --- a/SyncerServer/hosts/dnsmasq.conf +++ b/SyncerServer/hosts/dnsmasq.conf @@ -1,6 +1,6 @@ # Copyright (c) 2017-2018, googlehosts members. # https://github.com/googlehosts/hosts -# Last updated: 2018-09-19 +# Last updated: 2018-09-20 # This work is licensed under a modified HOSTS License. # https://github.com/googlehosts/hosts/raw/master/LICENSE @@ -3331,13 +3331,7 @@ address=/support.ixquick.com/64.71.134.121 # Startpage & Ixquick End # Steam Start -address=/steamcommunity.com/223.119.217.234 -address=/help.steampowered.com/173.223.87.13 -address=/store.steampowered.com/23.37.147.226 -address=/steamcommunity-a.akamaihd.net/23.4.240.26 -address=/steamuserimages-a.akamaihd.net/184.28.218.74 -address=/steamcdn-a.akamaihd.net/184.25.205.16 -address=/cdn.akamai.steamstatic.com/184.25.205.19 +address=/steamcommunity.com/104.71.136.93 # Steam End # Theinitium Start @@ -3454,9 +3448,28 @@ address=/trac.torproject.org/138.201.212.227 # Twitch Start address=/twitch.tv/151.101.66.167 -address=/spade.twitch.tv/35.161.182.231 +address=/app.twitch.tv/54.254.167.84 +address=/api.twitch.tv/23.12.207.125 +address=/blog.twitch.tv/52.4.145.119 +address=/cvp.twitch.tv/23.12.207.125 +address=/countess.twitch.tv/54.187.84.86 +address=/dev.twitch.tv/52.84.222.121 address=/gql.twitch.tv/151.101.110.167 +address=/help.twitch.tv/184.169.156.224 +address=/player.twitch.tv/23.12.207.125 +address=/passport.twitch.tv/52.89.26.201 +address=/spade.twitch.tv/35.161.182.231 +address=/trowel.twitch.tv/34.212.220.91 +address=/music.twitch.tv/35.185.17.162 +address=/clips-media-assets2.twitch.tv/54.230.159.250 +address=/vod-storyboards.twitch.tv/54.230.159.146 +address=/client-event-reporter.twitch.tv/34.214.98.191 +address=/pubsub-edge.twitch.tv/54.68.186.105 +address=/irc-ws.chat.twitch.tv/50.112.132.198 address=/video-edge-aed56b.sjc02.hls.ttvnw.net/52.89.48.200 +address=/video-edge-db8460.sjc02.hls.ttvnw.net/35.163.203.219 +address=/video-edge-5fbf1c.sjc02.hls.ttvnw.net/54.149.124.198 +address=/video-edge-87714e.sjc02.hls.ttvnw.net/52.88.54.25 # Twitch End # Vimeo Start diff --git a/SyncerServer/hosts/hosts b/SyncerServer/hosts/hosts index 1310dcf..b37fbf2 100644 --- a/SyncerServer/hosts/hosts +++ b/SyncerServer/hosts/hosts @@ -1,6 +1,6 @@ # Copyright (c) 2017-2018, googlehosts members. # https://github.com/googlehosts/hosts -# Last updated: 2018-09-19 +# Last updated: 2018-09-20 # This work is licensed under a modified HOSTS License. # https://github.com/googlehosts/hosts/raw/master/LICENSE @@ -3331,13 +3331,7 @@ # Startpage & Ixquick End # Steam Start -223.119.217.234 steamcommunity.com -173.223.87.13 help.steampowered.com -23.37.147.226 store.steampowered.com -23.4.240.26 steamcommunity-a.akamaihd.net -184.28.218.74 steamuserimages-a.akamaihd.net -184.25.205.16 steamcdn-a.akamaihd.net -184.25.205.19 cdn.akamai.steamstatic.com +104.71.136.93 steamcommunity.com # Steam End # Theinitium Start @@ -3454,9 +3448,28 @@ # Twitch Start 151.101.66.167 twitch.tv -35.161.182.231 spade.twitch.tv +54.254.167.84 app.twitch.tv +23.12.207.125 api.twitch.tv +52.4.145.119 blog.twitch.tv +23.12.207.125 cvp.twitch.tv +54.187.84.86 countess.twitch.tv +52.84.222.121 dev.twitch.tv 151.101.110.167 gql.twitch.tv +184.169.156.224 help.twitch.tv +23.12.207.125 player.twitch.tv +52.89.26.201 passport.twitch.tv +35.161.182.231 spade.twitch.tv +34.212.220.91 trowel.twitch.tv +35.185.17.162 music.twitch.tv +54.230.159.250 clips-media-assets2.twitch.tv +54.230.159.146 vod-storyboards.twitch.tv +34.214.98.191 client-event-reporter.twitch.tv +54.68.186.105 pubsub-edge.twitch.tv +50.112.132.198 irc-ws.chat.twitch.tv 52.89.48.200 video-edge-aed56b.sjc02.hls.ttvnw.net +35.163.203.219 video-edge-db8460.sjc02.hls.ttvnw.net +54.149.124.198 video-edge-5fbf1c.sjc02.hls.ttvnw.net +52.88.54.25 video-edge-87714e.sjc02.hls.ttvnw.net # Twitch End # Vimeo Start diff --git a/SyncerServer/hosts/surge.conf b/SyncerServer/hosts/surge.conf index 0ca8f3d..9d75dd7 100644 --- a/SyncerServer/hosts/surge.conf +++ b/SyncerServer/hosts/surge.conf @@ -6,7 +6,7 @@ FINAL,DIRECT # Copyright (c) 2017-2018, googlehosts members. # https://github.com/googlehosts/hosts -# Last updated: 2018-09-19 +# Last updated: 2018-09-20 # This work is licensed under a modified HOSTS License. # https://github.com/googlehosts/hosts/raw/master/LICENSE @@ -3337,13 +3337,7 @@ support.ixquick.com = 64.71.134.121 # Startpage & Ixquick End # Steam Start -steamcommunity.com = 223.119.217.234 -help.steampowered.com = 173.223.87.13 -store.steampowered.com = 23.37.147.226 -steamcommunity-a.akamaihd.net = 23.4.240.26 -steamuserimages-a.akamaihd.net = 184.28.218.74 -steamcdn-a.akamaihd.net = 184.25.205.16 -cdn.akamai.steamstatic.com = 184.25.205.19 +steamcommunity.com = 104.71.136.93 # Steam End # Theinitium Start @@ -3460,9 +3454,28 @@ trac.torproject.org = 138.201.212.227 # Twitch Start twitch.tv = 151.101.66.167 -spade.twitch.tv = 35.161.182.231 +app.twitch.tv = 54.254.167.84 +api.twitch.tv = 23.12.207.125 +blog.twitch.tv = 52.4.145.119 +cvp.twitch.tv = 23.12.207.125 +countess.twitch.tv = 54.187.84.86 +dev.twitch.tv = 52.84.222.121 gql.twitch.tv = 151.101.110.167 +help.twitch.tv = 184.169.156.224 +player.twitch.tv = 23.12.207.125 +passport.twitch.tv = 52.89.26.201 +spade.twitch.tv = 35.161.182.231 +trowel.twitch.tv = 34.212.220.91 +music.twitch.tv = 35.185.17.162 +clips-media-assets2.twitch.tv = 54.230.159.250 +vod-storyboards.twitch.tv = 54.230.159.146 +client-event-reporter.twitch.tv = 34.214.98.191 +pubsub-edge.twitch.tv = 54.68.186.105 +irc-ws.chat.twitch.tv = 50.112.132.198 video-edge-aed56b.sjc02.hls.ttvnw.net = 52.89.48.200 +video-edge-db8460.sjc02.hls.ttvnw.net = 35.163.203.219 +video-edge-5fbf1c.sjc02.hls.ttvnw.net = 54.149.124.198 +video-edge-87714e.sjc02.hls.ttvnw.net = 52.88.54.25 # Twitch End # Vimeo Start -- 2.11.0