From d2c0a2227e41a3910259ec7b37b33b47c594ec94 Mon Sep 17 00:00:00 2001 From: Salem <39432507+lusalem@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:48:40 +0800 Subject: [PATCH] Add original configuration for Singbox v1.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加outbound, route, ruleset, AI, WHATSAPP, TIKTOK, FACEBOOT, X, INSTRAGRAM --- singbox/1.11/config_original_v1.1.2.json | 411 +++++++++++++++++++++++ 1 file changed, 411 insertions(+) create mode 100644 singbox/1.11/config_original_v1.1.2.json diff --git a/singbox/1.11/config_original_v1.1.2.json b/singbox/1.11/config_original_v1.1.2.json new file mode 100644 index 0000000..41c84eb --- /dev/null +++ b/singbox/1.11/config_original_v1.1.2.json @@ -0,0 +1,411 @@ +{ + "dns": { + "rules": [ + { + "outbound": [ + "any" + ], + "server": "local" + }, + { + "clash_mode": "global", + "server": "remote" + }, + { + "clash_mode": "direct", + "server": "local" + }, + { + "rule_set": [ + "geosite-cn" + ], + "server": "local" + } + ], + "servers": [ + { + "address": "https://1.1.1.1/dns-query", + "detour": "🚀 节点选择", + "tag": "remote" + }, + { + "address": "https://223.5.5.5/dns-query", + "detour": "direct", + "tag": "local" + }, + { + "address": "rcode://success", + "tag": "block" + } + ], + "strategy": "prefer_ipv4" + }, + "experimental": { + "cache_file": { + "enabled": true, + "path": "cache.db", + "cache_id": "cache_db", + "store_fakeip": true + } + }, + "inbounds": [ + { + "auto_route": true, + "domain_strategy": "prefer_ipv4", + "endpoint_independent_nat": true, + "address": [ + "172.19.0.1/30", + "2001:0470:f9da:fdfa::1/64" + ], + "mtu": 9000, + "sniff": true, + "sniff_override_destination": true, + "stack": "system", + "strict_route": true, + "type": "tun" + }, + { + "domain_strategy": "prefer_ipv4", + "listen": "127.0.0.1", + "listen_port": 2333, + "sniff": true, + "sniff_override_destination": true, + "tag": "socks-in", + "type": "socks", + "users": [] + }, + { + "domain_strategy": "prefer_ipv4", + "listen": "127.0.0.1", + "listen_port": 2334, + "sniff": true, + "sniff_override_destination": true, + "tag": "mixed-in", + "type": "mixed", + "users": [] + } + ], + "outbounds": [ + { + "tag": "🚀 节点选择", + "type": "selector", + "outbounds": [ + "香港01ALICE😉" + ] + }, + { + "tag": "🍟 美国", + "type": "selector", + "outbounds": [ + "美国09LEAD🌏" + ] + }, + { + "tag": "📲 电报消息", + "type": "selector", + "outbounds": [ + "新加坡04ARM✈" + ] + }, + { + "tag": "🧠 AI", + "type": "selector", + "outbounds": [ + "美国09LEAD🌏" + ] + }, + { + "tag": "🟢 whatsapp", + "type": "selector", + "outbounds": [ + "美国01ARM🌏" + ] + }, + { + "tag": "🎵🕺 tiktok", + "type": "selector", + "outbounds": [ + "美国01ARM🌏" + ] + }, + { + "tag": "✨ Social", + "type": "selector", + "outbounds": [ + "美国09LEAD🌏" + + ] + }, + { + "tag": "🍀 Google", + "type": "selector", + "outbounds": [ + "美国01ARM🌏" + ] + }, + { + "tag": "🇭🇰 香港📞", + "type": "selector", + "outbounds": [ + "香港01ALICE😉" + ] + }, + { + "tag": "🇬🇧 英国📞", + "type": "selector", + "outbounds": [ + "香港01ALICE😉" + ] + }, + { + "tag": "🇺🇲 美国📞", + "type": "selector", + "outbounds": [ + "美国01ARM🌏" + ] + }, + { + "tag": "direct", + "type": "direct" + }, + { + "tag": "block", + "type": "block" + }, + { + "tag": "dns-out", + "type": "dns" + }, + { + "tag": "♻️ 自动选择", + "type": "urltest", + "outbounds": [] + } + ], + "route": { + "auto_detect_interface": true, + "rules": [ + { + "outbound": "dns-out", + "protocol": "dns" + }, + { + "clash_mode": "direct", + "outbound": "direct" + }, + { + "clash_mode": "global", + "outbound": "🚀 节点选择" + }, + { + "domain": [ + "v2.sswiwi.com" + ], + "outbound": "🚀 节点选择" + }, + { + "rule_set": [ + "us" + ], + "outbound": "🍟 美国" + }, + { + "rule_set": [ + "telegram", + "telegram_ip" + ], + "ip_cidr": [ + "194.221.250.50/32" + ], + "outbound": "📲 电报消息" + }, + { + "rule_set": [ + "category-ai-chat-!cn" + ], + "outbound": "🧠 AI" + }, + { + "rule_set": [ + "whatsapp" + ], + "outbound": "🟢 whatsapp" + }, + + { + "rule_set": [ + "tiktok" + ], + "outbound": "🎵🕺 tiktok" + }, + { + "rule_set": [ + "facebook", + "facebook_ip", + "x", + "instagram" + + ], + "outbound": "✨ Social" + }, + { + "rule_set": [ + "google", + "google_ip" + ], + "outbound": "🍀 Google" + }, + { + "rule_set": "Wifi_Call_HK", + "outbound": "🇭🇰 香港📞" + }, + { + "rule_set": "Wifi_Call_UK", + "outbound": "🇬🇧 英国📞" + }, + { + "rule_set": "Wifi_Call_US", + "outbound": "🇺🇲 美国📞" + }, + { + "ip_is_private": true, + "outbound": "direct" + }, + { + "rule_set": [ + "geosite-cn", + "geoip-cn", + "salem@cn" + ], + "outbound": "direct" + } + ], + "rule_set": [ + { + "tag": "geosite-cn", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/refs/heads/sing/geo/geosite/cn.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "geoip-cn", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/lusalem/ruleset/refs/heads/main/rules/singbox/cnip.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "telegram", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/telegram.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "telegram_ip", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geoip/telegram.srs", + "download_detour": "♻️ 自动选择" + },{ + "tag": "category-ai-chat-!cn", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/category-ai-chat-!cn.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "whatsapp", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/whatsapp.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "tiktok", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/tiktok.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "facebook", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/facebook.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "facebook_ip", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geoip/facebook.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "x", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/x.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "instagram", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/instagram.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "google", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/google.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "google_ip", + "type": "remote", + "format": "binary", + "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geoip/google.srs", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "Wifi_Call_HK", + "type": "remote", + "format": "source", + "url": "https://raw.githubusercontent.com/lusalem/ruleset/refs/heads/main/rules/singbox/Wifi_Call_HK.json", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "Wifi_Call_UK", + "type": "remote", + "format": "source", + "url": "https://raw.githubusercontent.com/lusalem/ruleset/refs/heads/main/rules/singbox/Wifi_Call_UK.json", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "Wifi_Call_US", + "type": "remote", + "format": "source", + "url": "https://raw.githubusercontent.com/lusalem/ruleset/refs/heads/main/rules/singbox/Wifi_Call_US.json", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "salem@cn", + "type": "remote", + "format": "source", + "url": "https://raw.githubusercontent.com/lusalem/ruleset/refs/heads/main/rules/singbox/salem@cn.json", + "download_detour": "♻️ 自动选择" + }, + { + "tag": "us", + "type": "remote", + "format": "source", + "url": "https://raw.githubusercontent.com/lusalem/ruleset/refs/heads/main/rules/singbox/us.json", + "download_detour": "♻️ 自动选择" + } + ] + } +}