V2EX netdisco 的所有回复 第 1 页 / 共 3 页
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX    netdisco    全部回复第 1 页 / 共 3 页
回复总数  56
1  2  3  
老哥怎么让 apple store 退费的
支持一下
OTY4ODI4QGdtYWlsLmNvbQ== 感谢大佬
3 月 20 日
回复了 zsh2401 创建的主题 Claude Claude 连续极速 3 小时封号,求救
直接充 max20
3 月 13 日
回复了 kuhung 创建的主题 分享发现 我的 vibe coding 一天
这是烧了多少 token
3 月 12 日
回复了 chujiang 创建的主题 Apple [送码] GenkiPlay, Apple TV 播放器
来晚了,可以再送一些?
bmV0c3RhY2s=
求个码,谢谢
paste
infuse
surge
alfred
3 月 4 日
回复了 404www 创建的主题 程序员 求推荐 windows 上好用的抓包软件
proxyman reqable
2 月 26 日
回复了 hhxsky 创建的主题 分享创造 搓了个 IT 设备管理工具
文件不存在了
```json
"outbounds": [
{
"tag": "hk",
"type": "selector",
"outbounds": [],
"use_all_providers": true,
"include": "(?i)香港|hong kong"
},
{
"tag": "sg",
"type": "selector",
"outbounds": [],
"use_all_providers": true,
"include": "(?i)(新加坡|狮城|singapore)"
},
{
"tag": "jp",
"type": "selector",
"outbounds": [],
"use_all_providers": true,
"include": "(?i)日本|japan"
},
{
"tag": "us",
"type": "selector",
"outbounds": [],
"use_all_providers": true,
"include": "(?i)美国|united states"
},
{
"tag": "eu",
"type": "selector",
"outbounds": [],
"use_all_providers": true,
"include": "(?i)伦敦|英国|United Kingdom|法国|France|德国|Germany|荷兰|Netherlands"
},
{
"tag": "other",
"type": "selector",
"outbounds": [],
"use_all_providers": true,
"exclude": "(?i)回家|剩余|到期|Traffic|Expire|香港|hong kong|新加坡|狮城|singapore|日本|japan|美国|united states|伦敦|英国|United Kingdom|法国|France|德国|Germany|荷兰|Netherlands"
},
{
"tag": "proxy",
"type": "selector",
"outbounds": [
"hk",
"sg",
"jp",
"us",
"eu",
"other"
],
"default": "hk"
},
{
"tag": "ai",
"type": "selector",
"outbounds": [
"hk",
"sg",
"jp",
"us",
"eu",
"other"
],
"default": "us"
},
{
"tag": "tg-sg",
"type": "selector",
"outbounds": [
"hk",
"sg",
"jp",
"us",
"eu",
"other"
],
"default": "sg"
},
{
"tag": "tg-us",
"type": "selector",
"outbounds": [
"hk",
"sg",
"jp",
"us",
"eu",
"other"
],
"default": "us"
},
{
"tag": "tg-eu",
"type": "selector",
"outbounds": [
"hk",
"sg",
"jp",
"us",
"eu",
"other"
],
"default": "eu"
},
{
"tag": "GLOBAL",
"type": "selector",
"outbounds": [
"hk",
"sg",
"jp",
"us",
"eu",
"other"
],
"default": "hk"
},
{
"tag": "direct",
"type": "direct",
"domain_resolver": "local"
}
],
"inbounds": [
{
"tag": "tun-in",
"type": "tun",
"address": [
"172.19.0.1/0",
"fdfe:dcba:9876::1/126"
],
"stack": "system",
"auto_route": true,
"auto_redirect": false,
"platform": {
"http_proxy": {
"enabled": true,
"server": "127.0.0.1",
"server_port": 7890,
"bypass_domain": [
"*zhihu.com",
"*zhimg.com",
"*jd.com",
"100ime-iat-api.xfyun.cn",
"*360buyimg.com"
]
}
}
},
{
"tag": "mixed-in",
"type": "mixed",
"listen": "127.0.0.1",
"listen_port": 7890,
"set_system_proxy": false
}
],
"log": {
"level": "warn",
"timestamp": true
},
"experimental": {
"urltest_unified_delay": true,
"cache_file": {
"enabled": true,
"store_fakeip": true,
"store_rdrc": true
},
"clash_api": {
"external_controller": "[::]:9090",
"external_ui": "ui",
"external_ui_download_url": "https://github.com/Zephyruso/zashboard/archive/refs/heads/gh-pages.zip",
"external_ui_download_detour": "proxy",
"external_ui_update_interval": "24h0m0s"
}
}
```
@cairnechen 参考这里的配置,超出 10000 字
```json
"providers": [
{
"tag": "provider1",
"type": "remote",
"url": "此处填入订阅",
"user_agent": "sing-box/v1.12.0",
"download_detour": "direct",
"update_interval": "24h0m0s",
"health_check": {
"enabled": true,
"url": "https://www.gstatic.com/generate_204",
"interval": "10m0s",
"timeout": "3s"
}
}
],
"dns": {
"servers": [
{
"tag": "proxy_server_dns",
"type": "https",
"server": "doh.pub",
"domain_resolver": "hosts"
},
{
"tag": "direct_dns",
"type": "https",
"server": "dns.alidns.com",
"domain_resolver": "hosts"
},
{
"tag": "proxy_dns",
"type": "https",
"server": "cloudflare-dns.com",
"domain_resolver": "hosts",
"detour": "proxy"
},
{
"tag": "local",
"type": "local"
},
{
"tag": "fake-ip-dns-server",
"type": "fakeip",
"inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/64"
},
{
"tag": "hosts",
"type": "hosts",
"predefined": {
"dns.alidns.com": [
"223.5.5.5",
"223.6.6.6"
],
"doh.pub": [
"1.12.12.21",
"120.53.53.53"
],
"dns.google": [
"8.8.8.8",
"8.8.4.4"
],
"cloudflare-dns.com": [
"104.16.248.249",
"104.16.249.249"
]
}
}
],
"rules": [
{
"clash_mode": "Global",
"server": "proxy_dns"
},
{
"clash_mode": "Direct",
"server": "direct_dns"
},
{
"domain_suffix": [
"market.xiaomi.com"
],
"server": "direct_dns"
},
{
"domain_suffix": [
"lancache.steamcontent.com"
],
"server": "proxy_dns"
},
{
"query_type": "PTR",
"server": "local"
},
{
"query_type": [
"SVCB",
"HTTPS"
],
"action": "reject"
},
{
"query_type": [
"A",
"AAAA"
],
"server": "fake-ip-dns-server",
"rewrite_ttl": 1
},
{
"rule_set": "gfw",
"server": "proxy_dns"
}
],
"final": "direct_dns",
"independent_cache": true,
"cache_capacity": 4096
},
"route": {
"rules": [
{
"domain": [
"Mijia Cloud"
],
"domain_suffix": [
"push.apple.com"
],
"rule_set": [
"telegram_ip"
],
"invert": true,
"action": "sniff"
},
{
"protocol": "dns",
"action": "hijack-dns"
},
{
"udp_disable_domain_unmapping": true,
"udp_connect": true,
"action": "route-options"
},
{
"clash_mode": "Global",
"outbound": "GLOBAL"
},
{
"clash_mode": "Direct",
"outbound": "direct"
},
{
"domain": [
"abyss.cyapi.cn",
"ad.cyapi.cn",
"gather.colorfulclouds.net"
],
"action": "reject"
},
{
"domain_suffix": [
"steamserver.net"
],
"outbound": "direct"
},
{
"outbound": "tg-sg",
"ip_cidr": [
"91.108.16.0/21",
"91.108.56.0/23",
"149.154.168.0/22",
"2001:b28:f23c::/48",
"2001:b28:f23f::/48"
]
},
{
"outbound": "tg-us",
"ip_cidr": [
"91.108.12.0/22",
"149.154.172.0/22",
"2001:b28:f23d::/48"
]
},
{
"outbound": "tg-eu",
"ip_cidr": [
"5.28.192.0/18",
"91.105.192.0/23",
"91.108.4.0/22",
"91.108.8.0/22",
"91.108.56.0/22",
"95.161.64.0/20",
"109.239.140.0/24",
"149.154.160.0/21",
"185.76.151.0/24",
"2001:67c:4e8::/48",
"2a0a:f280:203::/48"
]
},
{
"network": "icmp",
"outbound": "direct"
},
{
"protocol": "quic",
"rule_set": "youtube",
"action": "reject"
},
{
"ip_is_private": true,
"outbound": "direct"
},
{
"rule_set": "private",
"outbound": "direct"
},
{
"rule_set": "ai",
"outbound": "ai"
},
{
"rule_set": [
"telegram",
"github",
"twitter",
"youtube",
"google",
"gfw"
],
"outbound": "proxy"
},
{
"rule_set": "cn",
"outbound": "direct"
},
{
"action": "resolve",
"match_only": true
},
{
"rule_set": "cn_ip",
"outbound": "direct"
}
],
"final": "proxy",
"auto_detect_interface": true,
"default_domain_resolver": "proxy_server_dns",
"default_domain_match_strategy": "prefer_fqdn",
"rule_set": [
{
"tag": "AWAvenue-Ads",
"type": "remote",
"url": "https://raw.githubusercontent.com/TG-Twilight/AWAvenue-Ads-Rule/main/Filters/AWAvenue-Ads-Rule-Singbox.json",
"download_detour": "proxy"
},
{
"tag": "private",
"type": "remote",
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-private.srs",
"download_detour": "proxy"
},
{
"tag": "ai",
"type": "remote",
"url": "https://raw.githubusercontent.com/YiXuanZX/sing-box-geosite/main/rule/ai.srs",
"download_detour": "proxy"
},
{
"tag": "telegram",
"type": "remote",
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-telegram.srs",
"download_detour": "proxy"
},
{
"tag": "telegram_ip",
"type": "remote",
"url": "https://github.com/DustinWin/ruleset_geodata/releases/download/sing-box-ruleset/telegramip.srs",
"download_detour": "proxy"
},
{
"tag": "github",
"type": "remote",
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-github.srs",
"download_detour": "proxy"
},
{
"tag": "twitter",
"type": "remote",
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-twitter.srs",
"download_detour": "proxy"
},
{
"tag": "youtube",
"type": "remote",
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-youtube.srs",
"download_detour": "proxy"
},
{
"tag": "google",
"type": "remote",
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-google.srs",
"download_detour": "proxy"
},
{
"tag": "gfw",
"type": "remote",
"url": "https://github.com/DustinWin/ruleset_geodata/releases/download/sing-box-ruleset/gfw.srs",
"download_detour": "proxy"
},
{
"tag": "cn",
"type": "remote",
"url": "https://raw.githubusercontent.com/YiXuanZX/sing-box-geosite/main/rule/cn-additional-list-clash-classical.srs",
"download_detour": "proxy"
},
{
"tag": "cn_ip",
"type": "remote",
"url": "https://github.com/DustinWin/ruleset_geodata/releases/download/sing-box-ruleset/cnip.srs",
"download_detour": "proxy"
}
]
},
```
这题我会,等我共享
大佬还有码?
厉害了,还能坚持 ruby
支持一下
1  2  3  
About     Help     Advertise     Blog     API     FAQ     Solana     1024 Online   Highest 6679       Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 32ms UTC 17:57 PVG 01:57 LAX 10:57 JFK 13:57
Do have faith in what you're doing.
ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86