"tag": "netflix",
"type": "remote",
"format": "binary",
"url": "https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/geosite-netflix.srs",
"download_detour": "⚡️ 自动选择",
"update_interval": "7d"
},
{
"tag": "hulu",
"type": "remote",
"format": "binary",
"url": "https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/geosite-hulu.srs",
"download_detour": "⚡️ 自动选择",
"update_interval": "7d"
},
{
"tag": "disney",
"type": "remote",
"format": "binary",
"url": "https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/geosite-disney.srs",
"download_detour": "⚡️ 自动选择",
"update_interval": "7d"
},
{
"tag": "hbo",
"type": "remote",
"format": "binary",
"url": "https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/geosite-hbo.srs",
"download_detour": "⚡️ 自动选择",
"update_interval": "7d"
},
{
"tag": "amazon",
"type": "remote",
"format": "binary",
"url": "https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/geosite-amazon.srs",
"download_detour": "⚡️ 自动选择",
"update_interval": "7d"
},
{
"tag": "bahamut",
"type": "remote",
"format": "binary",
"url": "https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/geosite-bahamut.srs",
"download_detour": "⚡️ 自动选择",
"update_interval": "7d"
},
{
"tag": "geolocation-!cn",
"type": "remote",
"format": "binary",
"url": "https://github.com/lyc8503/sing-box-rules/raw/rule-set-geosite/geosite-geolocation-!cn.srs",
"download_detour": "⚡️ 自动选择",
"update_interval": "7d"
},
{
"tag": "telegram-ip",
"type": "remote",
"format": "binary",
"url": "https://github.com/lyc8503/sing-box-rules/raw/rule-set-geoip/geoip-telegram.srs",
"download_detour": "⚡️ 自动选择",
"update_interval": "7d"
}
],
"rules": [
{
"protocol": "dns",
"outbound": "dns-out"
},
{
"inbound": "dns-in",
"outbound": "dns-out"
},
{
"clash_mode": "direct",
"outbound": "DIRECT"
},
{
"clash_mode": "global",
"outbound": "GLOBAL"
},
{
"rule_set": [
"category-ads-all"
],
"outbound": "🛑 广告拦截"
},
{
"rule_set": [
"openai",
"anthropic",
"jetbrains-ai",
"perplexity"
],
"outbound": "💬 AI 服务"
},
{
"rule_set": [
"telegram-ip"
],
"outbound": "📲 电报消息"
},
{
"rule_set": [
"github",
"gitlab"
],
"outbound": "🐱 Github"
},
{
"rule_set": [
"youtube1"
],
"outbound": "DIRECT"
},
{
"rule_set": [
"netflix",
"hulu",
"disney",
"hbo",
"amazon",
"bahamut"
],
"outbound": "🎬 流媒体"
}
],
"auto_detect_interface": true,
"final": "🐟 漏网之鱼",
"default_mark": 1
},
"experimental": {
"clash_api": {
"external_controller": "0.0.0.0:9090",
"external_ui": "/usr/local/etc/sing-box/ui",
"secret": "",
"default_mode": "rule"
},
"cache_file": {
"enabled": true,
"path": "/usr/local/etc/sing-box/cache.db",
"cache_id": "my_profile1",
"store_fakeip": true
}
}
}
 
 
Back to Top