From e2763307a3afea324c1af40db65e1113b35e80c9 Mon Sep 17 00:00:00 2001 From: beyondgfw Date: Thu, 5 Dec 2019 12:23:36 +0800 Subject: [PATCH] Google service:Ncr/China Hongkong/China Taiwan: fix ip --- data/hosts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/hosts.yml b/data/hosts.yml index 1fb8f65..dad6b79 100644 --- a/data/hosts.yml +++ b/data/hosts.yml @@ -2671,7 +2671,7 @@ hosts: domain: accounts.google.com - ip: 172.217.5.134 domain: myaccount.google.com - - ip: 108.177.103.163 + - ip: 172.217.5.138 domains: - assistant.google.com - books.google.com @@ -2700,7 +2700,7 @@ hosts: items: - ip: 172.217.30.184 domain: accounts.google.com.hk - - ip: 108.177.120.94 + - ip: 172.217.5.139 domains: - assistant.google.com.hk - books.google.com.hk @@ -2731,7 +2731,7 @@ hosts: - name: Google Service:China Taiwan items: - - ip: 108.177.120.94 + - ip: 172.217.5.141 domains: - accounts.google.com.tw - assistant.google.com.tw -- GitLab