From a0253235ab0c2941c8d347fac5f00802efd7a5d8 Mon Sep 17 00:00:00 2001 From: Mathewka Date: Sat, 20 Oct 2018 13:14:03 +0900 Subject: [PATCH] googlehosts-2018-10-20 --- SyncerServer/hosts/dnsmasq.conf | 7 ++++++- SyncerServer/hosts/hosts | 7 ++++++- SyncerServer/hosts/surge.conf | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/SyncerServer/hosts/dnsmasq.conf b/SyncerServer/hosts/dnsmasq.conf index 0a27621..257ab43 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-10-16 +# Last updated: 2018-10-20 # This work is licensed under a modified HOSTS License. # https://github.com/googlehosts/hosts/raw/master/LICENSE @@ -516,6 +516,11 @@ address=/isolated.mail.google.com/172.217.168.39 address=/search.gmx.com/82.165.230.43 # Gmx End +# Goodreads Start +address=/www.goodreads.com/176.32.103.89 +address=/ads.goodreads.com/176.32.102.212 +# Goodreads End + # Google Apis Start address=/www.googleapis.com/172.217.168.202 address=/ajax.googleapis.com/172.217.168.202 diff --git a/SyncerServer/hosts/hosts b/SyncerServer/hosts/hosts index caca2a8..fedf2d3 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-10-16 +# Last updated: 2018-10-20 # This work is licensed under a modified HOSTS License. # https://github.com/googlehosts/hosts/raw/master/LICENSE @@ -516,6 +516,11 @@ 82.165.230.43 search.gmx.com # Gmx End +# Goodreads Start +176.32.103.89 www.goodreads.com +176.32.102.212 ads.goodreads.com +# Goodreads End + # Google Apis Start 172.217.168.202 www.googleapis.com 172.217.168.202 ajax.googleapis.com diff --git a/SyncerServer/hosts/surge.conf b/SyncerServer/hosts/surge.conf index fad8802..d9a1cd8 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-10-16 +# Last updated: 2018-10-20 # This work is licensed under a modified HOSTS License. # https://github.com/googlehosts/hosts/raw/master/LICENSE @@ -522,6 +522,11 @@ isolated.mail.google.com = 172.217.168.39 search.gmx.com = 82.165.230.43 # Gmx End +# Goodreads Start +www.goodreads.com = 176.32.103.89 +ads.goodreads.com = 176.32.102.212 +# Goodreads End + # Google Apis Start www.googleapis.com = 172.217.168.202 ajax.googleapis.com = 172.217.168.202 -- 2.11.0