Giter Club home page Giter Club logo

profiles's Introduction

简介

SurgeShadowrocketPepi(ShadowRay)KitsunebiPotatso 2QuantumultSurfboard 、V2Ray(v2rayNGBifrostV) 的配置规则文件

规则

规则分为标准版、专业版和回国版

标准版

  • 使用公共 DNS 达到快速、准确、稳定及安全的解析
  • 国内应用及网站直连
  • 海外常用应用及网站加速
  • Apple 部分服务加速(Apple News、Spotlight、iBook Store 及 iTunes Store) 注:iPhone 上使用 Apple News 需将「地区」改成「美国」且在「飞行模式」下方可使用。但由此而来会造成 Apple Map 的地图数据变成 TOMTOM 来源,如果觉得受到影响可以将规则中的「gspe1-ssl.ls.apple.com」的策略修改成「DIRECT」

Surge / Kitsunebi / Surfboard

https://raw.githubusercontent.com/ConnersHua/Profiles/master/Surge.conf

Shadowrocket / Pepi(ShadowRay)

https://raw.githubusercontent.com/ConnersHua/Profiles/master/Shadow.conf

Potatso 2

https://raw.githubusercontent.com/ConnersHua/Profiles/master/Potatso.conf

Quantumult

https://raw.githubusercontent.com/ConnersHua/Profiles/master/Quantumult.conf

V2Ray(v2rayNG、BifrostV)

https://raw.githubusercontent.com/ConnersHua/Profiles/master/V2Ray.json

专业版

  • 标准版所有功能
  • 拦截应用及网站的行为分析、数据统计、隐私跟踪
  • 拦截运营商劫持
  • 拦截应用的广告(网页广告请使用 Safari 内容拦截器如 ADGuard (在「过滤器」中添加「EasyList China」) 或自带去广告功能的浏览器。)
  • 拦截臭名昭著的诈骗网站(如思杰马克丁伪造的一系列软件官网)

Surge / Kitsunebi / Surfboard

https://raw.githubusercontent.com/ConnersHua/Profiles/master/SurgePro.conf

Shadowrocket / Pepi(ShadowRay)

https://raw.githubusercontent.com/ConnersHua/Profiles/master/ShadowPro.conf

Potatso 2

https://raw.githubusercontent.com/ConnersHua/Profiles/master/PotatsoPro.conf

Quantumult

https://raw.githubusercontent.com/ConnersHua/Profiles/master/QuantumultPro.conf

https://raw.githubusercontent.com/ConnersHua/Profiles/master/QuantumultRejection.conf

V2Ray(v2rayNG、BifrostV)

https://raw.githubusercontent.com/ConnersHua/Profiles/master/V2RayPro.json

回国版(测试)

  • 国内常用应用及网站加速(主要针对视听如腾讯视频、爱奇艺、网易云音乐等)

Surge / Kitsunebi

https://raw.githubusercontent.com/ConnersHua/Profiles/master/SurgeCN.conf

Shadowrocket / Pepi(ShadowRay)

https://raw.githubusercontent.com/ConnersHua/Profiles/master/ShadowCN.conf

Workflow

(适用于 Surge 和 Shadowrocket 的标准版及专业版配置):

https://workflow.is/workflows/dfd5071905ad459182c2fa8aa3d639d1

使用说明

连接公共 Wi-Fi 时若出现验证页面无法加载的情况,可暂时关闭待连接成功后再开启。

导入配置教程:

规则为黑名单模式:

  • 什么是黑名单模式? 黑名单模式为只有被 ☭ 墙、主动屏蔽或极慢的网站和应用才走代理的模式。

  • 为什么是黑名单模式? 现在众多流行的规则基本都是白名单模式也就是在这个基础上

    [Rule]
    // ** IP 段直连
    GEOIP,CN,DIRECT
    // 其他都走代理
    FINAL,Proxy
    

    这个策略的走法就是**的 IP 段都走直连,其他走代理,在墙越来越高的今天这样的分流策略是好的,但是我认为有几个问题需要探讨:

    1. 首先,白名单就是除了大陆应用或网站的都代理,这个理念看起来是很美好的,但是实际情况却是因为 CDN 等原因是做不到保证都走了直连,所以在此基础上需要添加大陆应用或网站的地址。另外也是没法保证如 Google 这样的应用或网站走了正确代理,所以可以看到白名单规则除了大陆地址规则还得有部分如 Google 等应用或网站的规则。 此处的问题是明明理论上白名单模式只用管大陆区域应用或网站就好了,但是实际还是要加代理规则,那如果到最后还是要加代理规则为何不只做代理规则,这样至少可以保证该直连的东西一定直连了。
    2. 其次,除了大陆的服务或网站都代理是否真的有必要,有些应用或网站明明可以直连却走了代理,且不说不少人的代理服务流量有限,在敏感时期大流量还容易被封 IP。
    3. 最后,墙已经够高了,希望世界上的**流量可以更多吧,我不是说白名单模式是错误的,而是出于基于此三点的理念不同,希望能带来别的选择,黑白模式并无好坏之分,我更希望有一天可以不再需要规则就能上网冲浪。

感谢

lhie1 - 旧版特别版去广告基于其规则

Lison Bin - 完善 Apple、WhatsApp、Line 相关规则

linjiacheng - 解决盯盯拍无法使用的问题

许可

转载需注明作者及项目地址

profiles's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.