From f6312917399c42019239bc77ac5ea0570d1ee526 Mon Sep 17 00:00:00 2001 From: Zedhugh Chen Date: Fri, 4 Mar 2022 00:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=90=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoproxy.pac | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/autoproxy.pac b/autoproxy.pac index a658a26..6f0473e 100644 --- a/autoproxy.pac +++ b/autoproxy.pac @@ -6,28 +6,47 @@ */ var proxy = 'SOCKS5 127.0.0.1:1080'; +//var proxy = 'HTTP 118.24.157.49:8118'; var rules = [ [ [], - [ - "*sina.com*", - "*163.com*" - ], + [], [ "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?google\\.com", "^[\\w\\-]+:\\/+(?!\\/)(?:[^\\/]+\\.)?wikipedia\\.org" ], [ + "*artnet.com*", "*twitter.com*", "*youtube.com*", "*google-analytics.com*", - "*melpa.org*", + "*google*", "*reddit.com*", "*redditmedia.com*", "*quantserve.com*", - "*gentoo.org*", "*redd.it*", - "*redditstatic.com*" + "*redditstatic.com*", + "*imgur.com*", + "*githubusercontent.com*", + "*github.io*", + "*github.com*", + "*ycombinator.com*", + "*pgsqldb.org*", + "*matrix.org*", + "*getnikola.com*", + "*gentoo.org*", + "*melpa.org*", + "*ox-hugo.scripter.co*", + "*medium.com*", + "*xahlee.org*", + "*b-ok.asia*", + "*libgen.is*", + "*cdn.rawgit.com*", + "*v2fly.org*", + "*v2ex.com*", + "*ubuntu.org.cn*", + "*genius.com*", + "*imdb.com*" ] ], [