v1.3 ADD 711Proxy
Add configuration file for Singbox with DNS, inbounds, outbounds, and routing rules.
This commit is contained in:
@@ -0,0 +1,427 @@
|
||||
{
|
||||
"dns": {
|
||||
"servers": [
|
||||
{
|
||||
"tag": "remote",
|
||||
"type": "https",
|
||||
"server": "1.1.1.1",
|
||||
"server_port": 443,
|
||||
"detour": "🚀 节点选择"
|
||||
},
|
||||
{
|
||||
"tag": "local",
|
||||
"type": "https",
|
||||
"server": "223.5.5.5",
|
||||
"server_port": 443
|
||||
}
|
||||
],
|
||||
"rules": [
|
||||
{
|
||||
"outbound": [
|
||||
"any"
|
||||
],
|
||||
"server": "local"
|
||||
},
|
||||
{
|
||||
"clash_mode": "Global",
|
||||
"server": "remote"
|
||||
},
|
||||
{
|
||||
"clash_mode": "Direct",
|
||||
"server": "local"
|
||||
},
|
||||
{
|
||||
"rule_set": [
|
||||
"geosite-cn"
|
||||
],
|
||||
"server": "local"
|
||||
}
|
||||
],
|
||||
"strategy": "ipv4_only"
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"type": "tun",
|
||||
"tag": "tun-in",
|
||||
"auto_route": true,
|
||||
"endpoint_independent_nat": true,
|
||||
"address": [
|
||||
"172.19.0.1/30",
|
||||
"2001:0470:f9da:fdfa::1/64"
|
||||
],
|
||||
"mtu": 9000,
|
||||
"stack": "system",
|
||||
"strict_route": true
|
||||
},
|
||||
{
|
||||
"type": "socks",
|
||||
"tag": "socks-in",
|
||||
"listen": "127.0.0.1",
|
||||
"listen_port": 2333
|
||||
},
|
||||
{
|
||||
"type": "mixed",
|
||||
"tag": "mixed-in",
|
||||
"listen": "127.0.0.1",
|
||||
"listen_port": 2334
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"tag": "🚀 节点选择",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国01ARM🌏",
|
||||
"🇺🇲 711"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🍟 美国",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国09LEAD🌏"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "📲 电报消息",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"新加坡04ARM✈"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🧠 AI",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国09LEAD🌏",
|
||||
"🇺🇲 711"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🟢 whatsapp",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国01ARM🌏",
|
||||
"🇺🇲 711"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🎵🕺 tiktok",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国01ARM🌏",
|
||||
"🇺🇲 711"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "✨ Social",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国09LEAD🌏",
|
||||
"🇺🇲 711"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🍀 Google",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国01ARM🌏",
|
||||
"🇺🇲 711"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🇺🇲 美国中转",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国01ARM🌏"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🇭🇰 香港📞",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"香港01ALICE😉"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🇬🇧 英国📞",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"香港01ALICE😉"
|
||||
]
|
||||
},
|
||||
{
|
||||
"tag": "🇺🇲 美国📞",
|
||||
"type": "selector",
|
||||
"outbounds": [
|
||||
"美国01ARM🌏"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "socks",
|
||||
"tag": "🇺🇲 711",
|
||||
"server": "204.1.105.133",
|
||||
"server_port": 45721,
|
||||
"username": "VtAlM1mzrpwq",
|
||||
"password": "XUkLPuew7bPI",
|
||||
"detour": "🇺🇲 美国中转"
|
||||
},
|
||||
{
|
||||
"tag": "direct",
|
||||
"type": "direct"
|
||||
},
|
||||
{
|
||||
"tag": "♻️ 自动选择",
|
||||
"type": "urltest",
|
||||
"outbounds": []
|
||||
}
|
||||
],
|
||||
"route": {
|
||||
"auto_detect_interface": true,
|
||||
"rules": [
|
||||
{
|
||||
"inbound": [
|
||||
"tun-in",
|
||||
"socks-in",
|
||||
"mixed-in"
|
||||
],
|
||||
"action": "resolve",
|
||||
"strategy": "ipv4_only"
|
||||
},
|
||||
{
|
||||
"inbound": [
|
||||
"tun-in",
|
||||
"socks-in",
|
||||
"mixed-in"
|
||||
],
|
||||
"action": "sniff"
|
||||
},
|
||||
{
|
||||
"protocol": "dns",
|
||||
"action": "hijack-dns"
|
||||
},
|
||||
{
|
||||
"clash_mode": "Direct",
|
||||
"outbound": "direct"
|
||||
},
|
||||
{
|
||||
"clash_mode": "Global",
|
||||
"outbound": "🚀 节点选择"
|
||||
},
|
||||
{
|
||||
"ip_is_private": true,
|
||||
"outbound": "direct"
|
||||
},
|
||||
{
|
||||
"domain": [
|
||||
"v2.sswiwi.com"
|
||||
],
|
||||
"outbound": "🚀 节点选择"
|
||||
},
|
||||
{
|
||||
"rule_set": [
|
||||
"us"
|
||||
],
|
||||
"outbound": "🍟 美国"
|
||||
},
|
||||
{
|
||||
"rule_set": [
|
||||
"geoip_telegram",
|
||||
"geosite_telegram"
|
||||
],
|
||||
"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": "🇺🇲 美国📞"
|
||||
},
|
||||
{
|
||||
"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": "geoip_telegram",
|
||||
"type": "remote",
|
||||
"format": "binary",
|
||||
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geoip/telegram.srs",
|
||||
"download_detour": "♻️ 自动选择"
|
||||
},
|
||||
{
|
||||
"tag": "geosite_telegram",
|
||||
"type": "remote",
|
||||
"format": "binary",
|
||||
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/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": "♻️ 自动选择"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user