Fix yt3.ggpht.com for nossl list

yt3.ggpht.com is proxied to fbtw server only in ssl list, while
nossl uses regular nossl proxy.
yt3.ggpht.com should present both in special array and in regular list
to work properly for nossl list.
This commit is contained in:
ValdikSS 2022-08-09 19:30:01 +03:00
parent 40e6053bed
commit fe53fb13a9
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ amazonaws.com
azureedge.net azureedge.net
web.app web.app
ftcdn.net ftcdn.net
ggpht.com
bizml.ru bizml.ru
ampproject.org ampproject.org
r.appspot.com r.appspot.com

View File

@ -17,7 +17,7 @@
{sub(/\.$/, "", $1)} {sub(/\.$/, "", $1)}
{ {
if (/\.(ru|co|cu|com|info|net|org|gov|edu|int|mil|biz|pp|ne|msk|spb|nnov|od|in|ho|cc|dn|i|tut|v|dp|sl|ddns|dyndns|livejournal|herokuapp|azurewebsites|cloudfront|ucoz|3dn|nov|linode|sl-reverse|kiev|beget|kirov|akadns|scaleway|fastly|hldns|appspot|my1|hwcdn|deviantart|wixmp|wix|netdna-ssl|brightcove|berlogovo|edgecastcdn|trafficmanager|pximg|github|hopto|u-stream|google|keenetic|eu|googleusercontent|3nx|itch|notion|maryno|vercel|pythonanywhere|force|tilda)\.[^.]+$/) if (/\.(ru|co|cu|com|info|net|org|gov|edu|int|mil|biz|pp|ne|msk|spb|nnov|od|in|ho|cc|dn|i|tut|v|dp|sl|ddns|dyndns|livejournal|herokuapp|azurewebsites|cloudfront|ucoz|3dn|nov|linode|sl-reverse|kiev|beget|kirov|akadns|scaleway|fastly|hldns|appspot|my1|hwcdn|deviantart|wixmp|wix|netdna-ssl|brightcove|berlogovo|edgecastcdn|trafficmanager|pximg|github|hopto|u-stream|google|keenetic|eu|googleusercontent|3nx|itch|notion|maryno|vercel|pythonanywhere|force|tilda|ggpht)\.[^.]+$/)
{$1 = gensub(/(.+)\.([^.]+\.[^.]+\.[^.]+$)/, "\\2", 1)} {$1 = gensub(/(.+)\.([^.]+\.[^.]+\.[^.]+$)/, "\\2", 1)}
else else
{$1 = gensub(/(.+)\.([^.]+\.[^.]+$)/, "\\2", 1)} {$1 = gensub(/(.+)\.([^.]+\.[^.]+$)/, "\\2", 1)}