From 7cf565ff90d619abaa679cf593d379bd3dd390f6 Mon Sep 17 00:00:00 2001 From: beyondgfw Date: Sat, 9 Sep 2017 05:06:29 +0000 Subject: [PATCH] bd0e58a0397c770bcb451e09ae817f14ae2dcc11 Youtube: fix www.youtube.com --- hosts-files/dnsmasq.conf | 2 +- hosts-files/hosts | 2 +- hosts-files/hosts.rsc | 2 +- hosts-files/surge.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts-files/dnsmasq.conf b/hosts-files/dnsmasq.conf index ecc0389..5237809 100644 --- a/hosts-files/dnsmasq.conf +++ b/hosts-files/dnsmasq.conf @@ -2910,7 +2910,7 @@ address=/i4.ytimg.com/108.177.125.136 address=/i9.ytimg.com/108.177.125.136 address=/i.ytimg.com/216.58.195.238 address=/s.ytimg.com/216.58.217.174 -address=/www.youtube.com/243.185.187.39 +address=/www.youtube.com/216.58.197.249 # Youtube End # Google 1e100 Start diff --git a/hosts-files/hosts b/hosts-files/hosts index b21e8e5..3e430a7 100644 --- a/hosts-files/hosts +++ b/hosts-files/hosts @@ -2910,7 +2910,7 @@ 108.177.125.136 i9.ytimg.com 216.58.195.238 i.ytimg.com 216.58.217.174 s.ytimg.com -243.185.187.39 www.youtube.com +216.58.197.249 www.youtube.com # Youtube End # Google 1e100 Start diff --git a/hosts-files/hosts.rsc b/hosts-files/hosts.rsc index 4bcdf1e..c387489 100644 --- a/hosts-files/hosts.rsc +++ b/hosts-files/hosts.rsc @@ -2912,7 +2912,7 @@ add address=108.177.125.136 name=i4.ytimg.com add address=108.177.125.136 name=i9.ytimg.com add address=216.58.195.238 name=i.ytimg.com add address=216.58.217.174 name=s.ytimg.com -add address=243.185.187.39 name=www.youtube.com +add address=216.58.197.249 name=www.youtube.com # Youtube End # Google 1e100 Start diff --git a/hosts-files/surge.conf b/hosts-files/surge.conf index c3ca992..e1785b9 100644 --- a/hosts-files/surge.conf +++ b/hosts-files/surge.conf @@ -2912,7 +2912,7 @@ i4.ytimg.com = 108.177.125.136 i9.ytimg.com = 108.177.125.136 i.ytimg.com = 216.58.195.238 s.ytimg.com = 216.58.217.174 -www.youtube.com = 243.185.187.39 +www.youtube.com = 216.58.197.249 # Youtube End # Google 1e100 Start -- GitLab