V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  flytutu  ›  全部回复第 1 页 / 共 7 页
回复总数  133
1  2  3  4  5  6  7  
mihomo party 比 verge 的复写好用. 建议 小白还是用 party 吧. 我来贴一个 自用的 复写规则, 你直接用就可以. 后期看了文档 自己改也可以.

1.party 软件 左边 “覆写” -右上角“+” -新建 yaml- 编辑文件- 把下面 两条横线内的内容全部粘贴进去(横线不复制)-确认.
2.还是选这个 yaml 文件, 编辑信息-全局启用 打勾. 这样 不管用什么机场. 都只会用这一套规则.

--------------------------------------------------------------

+proxies:
- name: 🟢 全球直连 # 添加自定义直连代理
type: direct




proxy-groups:
- {name: 🚀 节点选择, type: select, proxies: [♻️ 香港自动, ♻️ 日本自动, ♻️ 美国自动, ♻️ 自动选择, 🌐 全部节点, 🔯 香港故转, 🔯 日本故转, 🟢 全球直连]}

- {name: ♻️ 香港自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(港|HK|(?i)Hong))^((?!(台|日|韩|新|深|美)).)*$"}
- {name: ♻️ 日本自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(日|JP|(?i)Japan))^((?!(港|台|韩|新|美)).)*$" }
- {name: ♻️ 美国自动, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(美|US|(?i)States|America))^((?!(港|台|日|韩|新)).)*$"}
- {name: ♻️ 自动选择, type: url-test, include-all: true, tolerance: 20, interval: 300, filter: "^((?!(直连)).)*$"}
- {name: 🌐 全部节点, type: select, include-all: true}
- {name: 🔯 香港故转, type: fallback, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(港|HK|(?i)Hong))^((?!(台|日|韩|新|深|美)).)*$"}
- {name: 🔯 日本故转, type: fallback, include-all: true, tolerance: 20, interval: 300, filter: "(?=.*(日|JP|(?i)Japan))^((?!(港|台|韩|新|美)).)*$" }

- {name: 📹 YouTube, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}
- {name: 🍀 Google, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}
- {name: 🤖 ChatGPT, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}
- {name: 👨🏿‍💻 GitHub, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}
- {name: 🎵 TikTok, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}
- {name: 📲 Telegram, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}
- {name: 🎥 NETFLIX, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}
- {name: ✈️ Speedtest, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}
- {name: 💶 PayPal, type: select, proxies: [🚀 节点选择, 🟢 全球直连]}

- {name: 🪟 Microsoft, type: select, proxies: [🟢 全球直连, 🚀 节点选择]}
- {name: 🐬 OneDrive, type: select, proxies: [🟢 全球直连, 🚀 节点选择]}
- {name: 🍎 Apple, type: select, proxies: [🟢 全球直连, 🚀 节点选择]}
- {name: 🐟 漏网之鱼, type: select, proxies: [🟢 全球直连, 🚀 节点选择]}



rules:
- DOMAIN-SUFFIX,metacubex.one,🚀 节点选择
- RULE-SET,private_domain,🟢 全球直连
- RULE-SET,apple_domain,🍎 Apple
- RULE-SET,proxylite,🚀 节点选择
- RULE-SET,ai,🤖 ChatGPT
- RULE-SET,github_domain,👨🏿‍💻 GitHub
- RULE-SET,youtube_domain,📹 YouTube
- RULE-SET,google_domain,🍀 Google
- RULE-SET,onedrive_domain,🐬 OneDrive
- RULE-SET,microsoft_domain,🪟 Microsoft
- RULE-SET,tiktok_domain,🎵 TikTok
- RULE-SET,speedtest_domain,✈️ Speedtest
- RULE-SET,telegram_domain,📲 Telegram
- RULE-SET,netflix_domain,🎥 NETFLIX
- RULE-SET,paypal_domain,💶 PayPal
- RULE-SET,geolocation-!cn,🚀 节点选择
- RULE-SET,cn_domain,🟢 全球直连
- RULE-SET,google_ip,🍀 Google,no-resolve
- RULE-SET,netflix_ip,🎥 NETFLIX,no-resolve
- RULE-SET,telegram_ip,📲 Telegram,no-resolve
- RULE-SET,cn_ip,🟢 全球直连
- MATCH,🐟 漏网之鱼
rule-anchor:
ip: &ip {type: http, interval: 86400, behavior: ipcidr, format: mrs}
domain: &domain {type: http, interval: 86400, behavior: domain, format: mrs}
qcy: &qcy {type: http, interval: 86400, behavior: domain, format: text}
class: &class {type: http, interval: 86400, behavior: classical, format: text}
rule-providers:
private_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/private.mrs"}
proxylite: {!!merge <<: *class, url: "https://raw.githubusercontent.com/qichiyuhub/rule/refs/heads/master/ProxyLite.list"}
ai: {!!merge <<: *class, url: "https://raw.githubusercontent.com/qichiyuhub/rule/refs/heads/master/AI.list"}
youtube_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/youtube.mrs"}
google_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/google.mrs"}
github_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/github.mrs"}
telegram_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/telegram.mrs"}
netflix_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/netflix.mrs"}
paypal_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/paypal.mrs"}
onedrive_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/onedrive.mrs"}
microsoft_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/microsoft.mrs"}
apple_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/apple-cn.mrs"}
speedtest_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/ookla-speedtest.mrs"}
tiktok_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/tiktok.mrs"}
gfw_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/gfw.mrs"}
geolocation-!cn: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/geolocation-!cn.mrs"}
cn_domain: {!!merge <<: *domain, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geosite/cn.mrs"}

cn_ip: {!!merge <<: *ip, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/cn.mrs"}
google_ip: {!!merge <<: *ip, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/google.mrs"}
telegram_ip: {!!merge <<: *ip, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/telegram.mrs"}
netflix_ip: {!!merge <<: *ip, url: "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/meta/geo/geoip/netflix.mrs"}


--------------------------------------------
16 最合适 8g 内存. 新一代钉子户
经测试,国行设备的 Apple Intelligence 依旧无法启用,「非国行设备+国区 ID 」可以启用。Apple Intelligence 设置为简体中文时,「图乐园」、「智绘表情」(Genmoji) 暂时无法使用。
14 天前
回复了 GensKinsey 创建的主题 iPhone 16E 居然砍了 Magsafe,吃相有点难看
无线充电发热巨大 温度高伤电池 从来不用
我只用原生系统自带的输入法
@x5298990 谢谢啊 我自己找半天.
iPhone 尽量单卡使用....
为什么安装后,默认的 mihomo 核心不是稳定版呢? 想手动更新 1.19.2. 结果发现找不到核心存放路径. /etc/nikki 下面几个目录翻了一下,没找到...
中国银行的渣 IT,系统烂的发指 就这个 pay 的问题,导致刷不了地铁,最后才知道要找客服开通 现在都没有动态口令可以换了
系统设置-网络-右下角 ?旁边的...下拉菜单-设定服务顺序
我也试过自然滚动. 但是发现浏览器的鼠标手势是反的,只能作罢
65 天前
回复了 flypei 创建的主题 推广 元旦 T 楼! 送 YouTube Premium + 京东 E 卡 300 元
新年快乐
安装任意来源的 app
使用 sudo spctl --allow-disable 8 分钟内 在安全和隐私里显示‘任何来源’的选项,
有病,刚习惯,又给改回去了
85 天前
回复了 alanying 创建的主题 iOS iOS 18.2 和 macOS 15.2 可以升级吗?
都是今天刚升级,续航不知道,反正我有新版就升
94 天前
回复了 28A0 创建的主题 Apple 关于 iPhone 和 Mac 上自带的[邮件]app 登录 Gmail
ios 用 gmail 官方 app. mac 用 Mimestream 走 443 端口

或者用 outlook
maczip 前两天有个 rar 无法正常解压,换 keka 就可以 所以现在换 keka 了
105 天前
回复了 cloud2000 创建的主题 Apple 港版 iPhone 16 的 AI 能力,如何回国内使用?
港区不能开 AI 吧 要台湾版
134 天前
回复了 xinbaqiu 创建的主题 macOS 安利一下 Paragon NTFS for Mac
第三方的 NTFS 写入软件还是慎重的好,尤其 mac 系统更新后,要看好是否支持新系统再更新.搞坏整个 NTFS 分区,丢了数据就麻烦.NTFS,我基本上只读..一定要写,挂 PD 的 windows 里面再写
1  2  3  4  5  6  7  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2574 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 52ms · UTC 15:18 · PVG 23:18 · LAX 07:18 · JFK 10:18
Developed with CodeLauncher
♥ Do have faith in what you're doing.