更换为自己配置备份 增加 module

pull/276/head
OCD0711 3 years ago
parent 78d975e1ca
commit bdd511e08c

@ -0,0 +1,5 @@
#!name=MitM All Hostnames
#!desc=Perform MitM on all hostnames with all ports, except those to Apple and other common sites which can't be inspected. You still need configure CA certificate and enable the main switch of MitM.
[MITM]
hostname = -*.apple.com, -*.icloud.com, -*.mzstatic.com, -*.crashlytics.com, -*.facebook.com, -*.instagram.com, *:0

@ -0,0 +1,19 @@
# 部分模块备份
[Advanced Settings & URL Redirect](https://github.com/OCD0711/Profiles/blob/master/Surge/Module/General.sgmodule?raw=true)
[BoxJs.net](https://github.com/chavyleung/scripts/blob/master/box/rewrite/boxjs.rewrite.surge.tf.sgmodule?raw=true)
[MitM All Hostnames](https://github.com/OCD0711/Profiles/blob/master/Surge/Module/MitM_All_Hostnames.sgmodule?raw=true)
[OCD iOS Script And Panel module](https://github.com/OCD0711/Profiles/blob/master/Surge/Module/Script_ScriptAndPanel.sgmodule?raw=true)
[Sub-Store](https://github.com/Peng-YM/Sub-Store/blob/master/config/Surge.sgmodule?raw=true)
[ Enable Apple TV app](https://github.com/VirgilClyne/iRingo/blob/main/sgmodule/Apple_TV.sgmodule?raw=true)
[ iRingo for Apple Weather](https://github.com/VirgilClyne/iRingo/blob/main/sgmodule/Weather.sgmodule?raw=true)
[ iRingo for Siri & Search](https://github.com/VirgilClyne/iRingo/blob/main/sgmodule/Siri.sgmodule?raw=true)
[🌐 DNS for Router and Companys](https://github.com/VirgilClyne/VirgilClyne/blob/main/modules/DNS/DNS.sgmodule?raw=true)

@ -0,0 +1,22 @@
#!name=OCD iOS Script And Panel module
#!desc=iOS Script And Panel 模块配置
#!system=ios
[Script]
Bili Region = type=http-response,pattern=^https:\/\/ap(p|i)\.bili(bili|api)\.(com|net)\/(pgc\/view\/v\d\/app\/season|x\/v\d\/search\/defaultwords)\?access_key,requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Bili_Auto_Regions.js
Bili Search = type=http-request,pattern=^https:\/\/ap(p|i)\.bili(bili|api)\.(com|net)\/x\/v\d\/search(\/type)?\?.+?%20(%E6%B8%AF|%E5%8F%B0|%E4%B8%AD)&,script-path=https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Bili_Auto_Regions.js
Gist 备份 = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/dompling/Script/master/gist/backup.js
Gist 同步 = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/dompling/Script/master/gist/restore.js
functionstatus = type=generic, script-path=https://raw.githubusercontent.com/smartmimi/conf/master/surge/functionstatus.js
Sub_info = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/smartmimi/conf/master/surge/sub_info_panel.js,script-update-interval=0
covid19 = type=generic, script-path=https://raw.githubusercontent.com/smartmimi/conf/master/surge/covid19.js
timecard = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/smartmimi/conf/master/surge/timecard.js
[Panel]
functionstatus = script-name=functionstatus, title="𝗦𝗨𝗥𝗚𝗘 𝗣𝗥𝗢 ®", content="请刷新", update-interval=60
Sub_info = script-name=Sub_info,update-interval=-1
covid19 = script-name=covid19, title="新冠疫情查询", content="请刷新", update-interval=3600
timecard = script-name=timecard,update-interval=3600
[MITM]
hostname = %APPEND% ap?.bilibili.com, ap?.biliapi.net

@ -8,7 +8,9 @@
# > 增强版 Wi-Fi 助理
# (在 Wi-Fi 网络不佳时尝试使用数据网络建立连接,请仅当使用不限量的数据流量时开启)
wifi-assist = false
wifi-assist = true
# > Wi-Fi Cellular 并发与 wifi-assist 不能同开
all-hybrid = false
# > Internet 测试 URL
internet-test-url = http://wifi.vivo.com.cn/generate_204
@ -21,15 +23,21 @@ test-timeout = 5
geoip-maxmind-url = https://raw.githubusercontent.com/Loyalsoldier/geoip/release/Country.mmdb
# > IPv6 支持(默认关闭)
ipv6 = false
ipv6 = true
# > http-api 控制
http-api = OCD@0.0.0.0:6166
http-api-web-dashboard = true
# > external-controller-access 远程控制
external-controller-access = OCD@0.0.0.0:6170
# > 允许 Wi-Fi 访问 (仅 iOS若允许远程访问将「false」改为「true」)
allow-wifi-access = false
wifi-access-http-port = 6152
wifi-access-socks5-port = 6153
wifi-access-http-port = 8888
wifi-access-socks5-port = 8889
# > 允许个人热点使用代理
allow-hotspot-access = true
# > 允许 Wi-Fi 访问 (仅 macOS若允许远程访问将「127.0.0.1」改为「0.0.0.0」)
http-listen = 127.0.0.1:6152
socks5-listen = 127.0.0.1:6153
http-listen = 0.0.0.0:8888
socks5-listen = 0.0.0.0:8889
# > 兼容模式 (仅 iOS)
# compatibility-mode = 0
@ -42,7 +50,10 @@ exclude-simple-hostnames = true
network-framework = false
# > DNS 服务器 (如无必要不建议使用 DNS over HTTPS)
dns-server = 119.29.29.29,system
dns-server = 223.5.5.5, 223.6.6.6, system
doh-server = https://223.5.5.5/dns-query
# > 使 DoH 请求通过代理策略执行
doh-follow-outbound-mode = true
# > 从 /etc/hosts 读取 DNS 记录
read-etc-hosts = true
@ -60,6 +71,9 @@ always-real-ip = *.msftconnecttest.com, *.msftncsi.com, *.srv.nintendo.net, *.st
# 如果没有代理服务器支持 UDP 转发,可修改为「 direct 」或注释下条,但需注意同一目标主机名 TCP 请求与 UDP 请求的源地址不同所造成的隐私及安全风险。
udp-policy-not-supported-behaviour = reject
# > 隐藏 VPN 图标
hide-vpn-icon = true
[Replica]
# 0 为关闭1 为开启
# > 隐藏 Apple 请求
@ -75,93 +89,107 @@ hide-udp = 0
# keyword-filter = (null)
[Proxy]
🌐Direct = direct
Reject = reject
🇨🇳TheHub = ss, 1.2.3.4, 443, encrypt-method=chacha20-ietf-poly1305, password=password
🇺🇸LosSantos = vmess, v2ray.cool, 443, username=a3482e88-686a-4a58-8126-99c9df64b7bf, tls=true, ws=true, ws-path=/v2ray.cool/
🇭🇰Sandbox = trojan, trojan.com, 443, password=password
🇯🇵 𝗦𝗻𝗲𝗹𝗹 = snell, x.x.x.x, xxxx, psk=xxxx, obfs=http, obfs-host=www.bing.com, version=3, underlying-proxy=𝗣𝗿𝗼𝘅𝘆𝗖𝗵𝗮𝗶𝗻, tfo=true
🇯🇵 𝗦𝗦 = ss, 1x.x.x.x, xxxx, encrypt-method=aes-128-gcm, password=xxxx, obfs=tls, obfs-host=bing.com, udp-relay=true, underlying-proxy=𝗣𝗿𝗼𝘅𝘆𝗖𝗵𝗮𝗶𝗻, tfo=true
[Proxy Group]
# 白名单模式 PROXY黑名单模式 DIRECT
🧭Final = select, 🌑Proxy, 🌐Direct
# 节点选项
🌑Proxy = select, 🧯Fallback, 🕹AutoTest
𝗣𝗿𝗼𝘅𝘆 = select, 𝗣𝗿𝗼𝘅𝘆𝗖𝗵𝗮𝗶𝗻, include-all-proxies=true
# 代理链
𝗣𝗿𝗼𝘅𝘆𝗖𝗵𝗮𝗶𝗻 = select, 𝗙𝗮𝗹𝗹𝗯𝗮𝗰𝗸, 𝗔𝘂𝘁𝗼𝗧𝗲𝘀𝘁, 𝗛𝗞, 𝗧𝗪, 𝗝𝗣, 𝗨𝗦, include-other-group=𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱
# 白名单模式 PROXY黑名单模式 DIRECT
𝗙𝗶𝗻𝗮𝗹 = select, 𝗣𝗿𝗼𝘅𝘆, DIRECT, hidden=true
# 国际流媒体服务
🎞Streaming = select, 🌑Proxy, 🕹AutoTest, 🦆DuckDuckGo
𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴 = select, 𝗣𝗿𝗼𝘅𝘆, include-other-group=𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱
# 中国流媒体服务(面向海外版本)
🎞StreamingSE = select, 🌐Direct, 🇭🇰Sandbox
𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴𝗦𝗘 = select, DIRECT, 𝗛𝗞, 𝗧𝗪
# 地区节点
𝗛𝗞 = url-test, include-other-group=𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱, policy-regex-filter=香港, no-alert=true, hidden=true
𝗧𝗪 = url-test, include-other-group=𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱, policy-regex-filter=台湾, no-alert=true, hidden=true
𝗝𝗣 = url-test, include-other-group=𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱, policy-regex-filter=日本, no-alert=true, hidden=true
𝗨𝗦 = url-test, include-other-group=𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱, policy-regex-filter=美国, no-alert=true, hidden=true
# 防御
🛡Guard = select, ⛔Reject, 🌐Direct
𝗚𝘂𝗮𝗿𝗱 = select, REJECT, DIRECT
# 可用性自动测试
🧯Fallback = fallback, 🇺🇸LosSantos, 🇨🇳TheHub
𝗙𝗮𝗹𝗹𝗯𝗮𝗰𝗸 = fallback, include-other-group=𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱, policy-regex-filter=香港, no-alert=true, hidden=true
# 延迟自动测试
🕹AutoTest = url-test, 🦆DuckDuckGo, 🇺🇸LosSantos, 🇭🇰Sandbox
# 冲鸭机场 (代理服务商提供的代理列表订阅示例)
🦆DuckDuckGo = select, policy-path=https://duckduckgo.security/user/sub.php?token=DivineEngine
𝗔𝘂𝘁𝗼𝗧𝗲𝘀𝘁 = url-test, include-other-group=𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱, no-alert=true, hidden=true
# 代理服务商提供的代理列表
𝗗𝗹𝗲𝗿𝗖𝗹𝗼𝘂𝗱 = select, policy-path=https://sub.store/download/DlerCloud, update-interval=0, hidden=true
[Rule]
AND,((PROTOCOL,UDP),(DEST-PORT,443)),REJECT-NO-DROP
# EMBY 影视规则修正
DOMAIN-SUFFIX,emby.kim,𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴
DOMAIN,embyaz.misakaf.xyz,𝗛𝗞
# 天气 api 域名分流 指向日本线路
DOMAIN,aqi.waqi.info,𝗝𝗣
# StreamingSE 中国流媒体服务(面向海外版本)为了特定路由直连方便独立配置, 由 Streaming 下移动至此
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/StreamingSE.list,𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴𝗦𝗘
# > Look Up (Only for Wikipedia@macOS, Surge Enhance Mode enabled required)
RULE-SET,https://raw.githubusercontent.com/VirgilClyne/iRingo/main/RuleSet/Wikipedia_for_Look_Up.list,𝗣𝗿𝗼𝘅𝘆
# 在连接特定 Wi-Fi 时直连
SUBNET,SSID:OCD_AP*,DIRECT
# Client
PROCESS-NAME,UUBooster,🌐Direct
PROCESS-NAME,UUBooster,DIRECT
# > Download
PROCESS-NAME,aria2c,🌐Direct
PROCESS-NAME,fdm,🌐Direct
PROCESS-NAME,Folx,🌐Direct
PROCESS-NAME,NetTransport,🌐Direct
PROCESS-NAME,Thunder,🌐Direct
PROCESS-NAME,Transmission,🌐Direct
PROCESS-NAME,uTorrent,🌐Direct
PROCESS-NAME,WebTorrent,🌐Direct
PROCESS-NAME,WebTorrent Helper,🌐Direct
PROCESS-NAME,aria2c,DIRECT
PROCESS-NAME,fdm,DIRECT
PROCESS-NAME,Folx,DIRECT
PROCESS-NAME,NetTransport,DIRECT
PROCESS-NAME,Thunder,DIRECT
PROCESS-NAME,Transmission,DIRECT
PROCESS-NAME,uTorrent,DIRECT
PROCESS-NAME,WebTorrent,DIRECT
PROCESS-NAME,WebTorrent Helper,DIRECT
# Unbreak 后续规则修正
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Unbreak.list,🌐Direct
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Unbreak.list,DIRECT
# Advertising 广告
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Advertising.list,🛡Guard
DOMAIN-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/AdvertisingPlus.list,🛡Guard
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Advertising.list,𝗚𝘂𝗮𝗿𝗱
DOMAIN-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/AdvertisingPlus.list,𝗚𝘂𝗮𝗿𝗱
# Privacy 隐私
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Privacy.list,🛡Guard
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Privacy.list,𝗚𝘂𝗮𝗿𝗱
# Hijacking 运营商劫持或恶意网站
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Hijacking.list,🛡Guard
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Hijacking.list,𝗚𝘂𝗮𝗿𝗱
# Disney+
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Video/DisneyPlus.list,🎞Streaming
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Video/DisneyPlus.list,𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴
# Netflix
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Video/Netflix.list,🎞Streaming
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Video/Netflix.list,𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴
# YouTube
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Video/YouTube.list,🎞Streaming
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Video/YouTube.list,𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴
# Spotify
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Music/Spotify.list,🎞Streaming
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Music/Spotify.list,𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴
# Streaming 国际流媒体服务
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Streaming.list,🎞Streaming
# StreamingSE 中国流媒体服务(面向海外版本)
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/StreamingSE.list,🎞StreamingSE
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/Streaming.list,𝗦𝘁𝗿𝗲𝗮𝗺𝗶𝗻𝗴
# Telegram
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/Telegram/Telegram.list,🌑Proxy
# RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/Telegram/Telegram.list,𝗣𝗿𝗼𝘅𝘆
# Paypal 加速
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/PayPal.list,𝗣𝗿𝗼𝘅𝘆
# Global 全球加速
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Global.list,🌑Proxy
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Global.list,𝗣𝗿𝗼𝘅𝘆
# Apple 服务
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/Apple/Apple.list,🌐Direct
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/Apple/Apple.list,DIRECT
# China 中国直连
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/China.list,🌐Direct
RULE-SET,https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/China.list,DIRECT
# Local Area Network 局域网
RULE-SET,LAN,🌐Direct
RULE-SET,LAN,DIRECT
# GeoIP China
GEOIP,CN,🌐Direct
GEOIP,CN,DIRECT
FINAL,🧭Final,dns-failed
FINAL,𝗙𝗶𝗻𝗮𝗹,dns-failed
[Host]
# > Firebase Cloud Messaging
@ -193,94 +221,12 @@ tplinklogin.net = server:syslib // TP-Link Router
melogin.cn = server:syslib // MERCURY Router
falogin.cn = server:syslib // FAST Router
# 解锁了「模块」功能的用户可以使用 General.sgmodule 后可移除 [URL Rewrite] 及 [MITM] 的「hostname = www.google.cn,api.abema.io」部分
# 建议使用 General.sgmodule其他 .sgmodule 按需加入
# 未解锁「模块」功能的用户不要删除以下内容,参照说明(https://github.com/DivineEngine/Profiles/tree/master/Surge)使用快捷指令更新相关内容。
[Header Rewrite]
[URL Rewrite]
# Redirect Google Search Service
^https?:\/\/(www.)?(g|google)\.cn https://www.google.com 302
# Redirect Google Maps Service
^https?:\/\/(ditu|maps).google\.cn https://maps.google.com 302
# Redirect HTTP to HTTPS
^https?:\/\/(www.)?taobao\.com\/ https://taobao.com/ 302
^https?:\/\/(www.)?jd\.com\/ https://www.jd.com/ 302
^https?:\/\/(www.)?mi\.com\/ https://www.mi.com/ 302
^https?:\/\/you\.163\.com\/ https://you.163.com/ 302
^https?:\/\/(www.)?suning\.com\/ https://suning.com/ 302
^https?:\/\/(www.)?yhd\.com\/ https://yhd.com/ 302
# Redirect False to True
# > Firefox - www.firefox.com.cn
^https?:\/\/(www.)?firefox\.com\.cn\/(download\/)?$ https://www.mozilla.org/zh-CN/firefox/new/ 302
# > IGN China to IGN Global
^https?:\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302
# > Fake Website Made By C&J Marketing
^https?:\/\/(www.)?abbyychina\.com\/ https://www.abbyy.cn/ 302
^https?:\/\/(www.)?anydeskchina.cn/ https://anydesk.com/zhs 302
^https?:\/\/(www.)?bartender\.cc\/ https://www.macbartender.com/ 302
^https?:\/\/(www.)?(betterzipcn|betterzip)\.(com|net)\/ https://macitbetter.com/ 302
^https?:\/\/(www.)?beyondcompare\.cc\/ https://www.scootersoftware.com/ 302
^https?:\/\/(www.)?bingdianhuanyuan\.cn\/ https://www.faronics.com/zh-hans/products/deep-freeze 302
^https?:\/\/(www.)?chemdraw\.com\.cn\/ https://www.perkinelmer.com.cn/ 302
^https?:\/\/(www.)?codesoftchina\.com\/ https://www.teklynx.com/ 302
^https?:\/\/(www.)?coreldrawchina\.com\/ https://www.coreldraw.com/cn/ 302
^https?:\/\/(www.)?crossoverchina\.com\/ https://www.codeweavers.com/ 302
^https?:\/\/(www.)?dongmansoft\.com\/ https://www.udongman.cn/ 302
^https?:\/\/(www.)?earmasterchina\.cn\/ https://www.earmaster.com/ 302
^https?:\/\/(www.)?easyrecoverychina\.com\/ https://www.ontrack.com/ 302
^https?:\/\/(www.)?ediuschina\.com\/ https://www.grassvalley.com/ 302
^https?:\/\/(www.)?flstudiochina\.com\/ https://www.image-line.com/ 302
^https?:\/\/(www.)?formysql\.com\/ https://www.navicat.com.cn/ 302
^https?:\/\/(www.)?guitarpro\.cc\/ https://www.guitar-pro.com/ 302
^https?:\/\/(www.)?huishenghuiying\.com\.cn\/ https://www.coreldraw.com/cn/ 302
^https?:\/\/hypersnap\.mairuan\.com\/ https://www.hyperionics.com/ 302
^https?:\/\/(www.)?iconworkshop\.cn\/ https://www.axialis.com/ 302
^https?:\/\/(www.)?idmchina\.net\/ https://www.internetdownloadmanager.com/ 302
^https?:\/\/(www.)?imindmap\.cc\/ https://www.ayoa.com/previously-imindmap/ 302
^https?:\/\/(www.)?jihehuaban\.com\.cn\/ https://www.chartwellyorke.com/sketchpad/x24795.html 302
^https?:\/\/hypersnap\.mairuan\.com\/ https://www.keyshot.com/ 302
^https?:\/\/(www.)?kingdeecn\.cn\/ http://www.kingdee.com/ 302
^https?:\/\/(www.)?logoshejishi\.com https://www.sothink.com/product/logo-design-software/ 302
^https?:\/\/logoshejishi\.mairuan\.com\/ https://www.sothink.com/product/logo-design-software/ 302
^https?:\/\/(www.)?luping\.net\.cn\/ https://www.techsmith.com/ 302
^https?:\/\/(www.)?mathtype\.cn\/ https://www.dessci.com/ 302
^https?:\/\/(www.)?mindmanager\.(cc|cn)\/ https://www.mindjet.com/cn/ 302
^https?:\/\/(www.)?mindmapper\.cc\/ https://www.mindmapper.com/ 302
^https?:\/\/(www.)?(mycleanmymac|xitongqingli)\.com\/ https://macpaw.com/ 302
^https?:\/\/(www.)?nicelabel\.cc\/ https://www.nicelabel.com/zh/ 302
^https?:\/\/(www.)?ntfsformac\.cc\/ https://www.tuxera.com/products/tuxera-ntfs-for-mac-cn/ 302
^https?:\/\/(www.)?ntfsformac\.cn\/ https://china.paragon-software.com/home-mac/ntfs-for-mac/ 302
^https?:\/\/(www.)?officesoftcn\.com\/ https://www.microsoft.com/zh-cn/microsoft-365 302
^https?:\/\/(www.)?overturechina\.com\/ https://sonicscores.com/ 302
^https?:\/\/(www.)?passwordrecovery\.cn\/ https://cn.elcomsoft.com/aopr.html 302
^https?:\/\/(www.)?pdfexpert\.cc\/ https://pdfexpert.com/zh 302
^https?:\/\/(www.)?photozoomchina\.com\/ https://www.benvista.com/ 302
^https?:\/\/(www.)?shankejingling\.com\/ https://www.sothink.com/product/flashdecompiler/ 302
^https?:\/\/cn\.ultraiso\.net\/ https://cn.ezbsystems.com/ultraiso/ 302
^https?:\/\/(www.)?vegaschina\.cn\/ https://www.vegascreativesoftware.com/ 302
^https?:\/\/(www.)?xshellcn\.com\/ https://www.netsarang.com/zh/xshell/ 302
^https?:\/\/(www.)?yuanchengxiezuo\.com\/ https://www.teamviewer.com/ 302
^https?:\/\/(www.)?zbrushcn\.com\/ https://pixologic.com/ 302
# AbeamTV - api.abema.io
^https?:\/\/api\.abema\.io\/v\d\/ip\/check - reject
# AICoin
^http:\/\/(www.)?aicoin\.cn\/$ https://www.aicoin.com/ 302
# Block Ads Start
# Block Ads End
[Script]
[SSID Setting]
TYPE:WIFI tfo-behaviour=force-enabled, cellular-fallback=default
TYPE:CELLULAR tfo-behaviour=force-disabled
[MITM]
skip-server-cert-verify = true
hostname = www.google.cn,www.firefox.com.cn,api.abema.io
tcp-connection = true
ca-passphrase = Dler
ca-p12 = MIIDGgIBAzCCAuAGCSqGSIb3DQEHAaCCAtEEggLNMIICyTCCAb8GCSqGSIb3DQEHBqCCAbAwggGsAgEAMIIBpQYJKoZIhvcNAQcBMBwGCiqGSIb3DQEMAQYwDgQI5e4W8st2yMMCAggAgIIBeBDhcB5oCpEtPyamF2QSSZMoKnIQ9idB7/spS4BgYMq/zDT8c7SDSKM746+4D98feqkJmAYFUWlXtXOHwSR8QlFad9dTYw4SulHDpDAVr/+da6iCX+LeQuducormCI6xVcmpfZ8qvHWzpfHy5mrKxkuyj5OHlehvYOedDZ9P9s9ME2qZFsffKC4kk398QPjoBMLCb73m7QcFdzdus7NuVAd/kYZRww7ODcXcb5a45Yv4NeRwRjnVT8eCgjGXjJXQgJPAtyAWPLW+o1uS132Qdkmg+8EjwuxL/lOu3rLKh0gWWUFHcxv2rg4OcezyoZuv70zs3A8Ju3wmQ6oZuakeRuRyKu6+9BtgOqxnoBwvTMCI4saY8E318DWZjBOzg9N2vPOhKDeoh8ES9TAbRlcp5Bnp5TWrPhae+XeHlHde5KCr3kjB15/DAhrlh7+ht18I/p1shnRKAd1tH6p62to51j9mSHNxOFFCbBPiFqBSnPmuV2SSOOYHcjUwggECBgkqhkiG9w0BBwGggfQEgfEwge4wgesGCyqGSIb3DQEMCgECoIG0MIGxMBwGCiqGSIb3DQEMAQMwDgQI/FfHqSBxFUoCAggABIGQIJa8eopsdqunR4ZwxWt/ThhdkRw2LFHTbgg5jWdAUQfK2b+I6+Wk9Dimdb2xGzAaYcAVt3ArbfuDTjDUTI4m3pzXBe/edyeXagr6i6DgM9TluB4OsG6hC/MFtF3rvqnCT3DGf5b48hSj0Y5OfJy+iFXmasxtwVIf4pFFylXOOJeJdQry1NgImb0nZwsS8NJAMSUwIwYJKoZIhvcNAQkVMRYEFHijHPCciGG5pbv+qBYZvjpHBIFnMDEwITAJBgUrDgMCGgUABBSxzZGBSpKB8R5FQ6wdiWxFka+xcgQIxB+kS2hfUpkCAggA

@ -6,14 +6,14 @@
| 类别 | 配置 |
| :------------: | :------------: |
| 出国版 | [Outbound](https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Outbound.conf) |
| 回国版 | [Inbound](https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Inbound.conf) |
| 出国版 | [Outbound](https://raw.githubusercontent.com/OCD0711/Profiles/master/Surge/Outbound.conf) |
| 回国版 | [Inbound](https://raw.githubusercontent.com/OCD0711/Profiles/master/Surge/Inbound.conf) |
## 说明
### 关于 IPv6
默认并开启 IPv6如需要可在「更多设置 >」里打开「IPv6 支持」,或在文本配置中修改 `ipv6 = false``ipv6 = true`。
默认并开启 IPv6如需要可在「更多设置 >」里g关闭「IPv6 支持」,或在文本配置中修改 `ipv6 = true``ipv6 = false`。
### 关于 DNS
@ -26,7 +26,7 @@
> 注意,有代理规则的域名并不会有本地 DNS 结果远程解析如果出现已有代理规则的域名出现在「DNS 结果」说明有不带「no-resolve」参数的 IP 规则位于 DOMAIN 规则之前。
非必要不建议使用 DoH
> 必要指的是如中国移动这种抢答公共 DNS 的运营商
> 必要指的是如中国移动这种抢答公共 DNS 的运营商,默认已添加 ali of DNS servers如果需要添加或者删除 DNS 服务器可在「DNS 设置」中设置。
### 关于 Apple 分流

Loading…
Cancel
Save