很奇怪的问题 我在 ios 上使用 perplexity app 我开 singbox 开全局代理 无法访问,但是我用 quantumultX 全局就可以正常访问,用的节点是同一个节点, 有大佬能试试看吗?
我在后台看日志 perplexity 的域名 是正确走了节点的。
配置如下:
{
"log": {
"level": "info",
"timestamp": true
},
"experimental": {
"cache_file": {
"enabled": true,
"store_fakeip": true,
"store_rdrc": true
},
"clash_api": {
"external_controller": "127.0.0.1:9090",
"external_ui": "ui",
"external_ui_download_url": "
https://ghproxy.cn/github.com/MetaCubeX/metacubexd/archive/gh-pages.zip",
"external_ui_download_detour": "direct"
}
},
"dns": {
"servers": [
{
"tag": "google",
"address": "https://8.8.8.8/dns-query"
},
{
"tag": "local",
"address": "https://223.5.5.5/dns-query",
"detour": "direct"
},
{
"tag": "remote",
"address": "fakeip"
}
],
"rules": [
{
"outbound": "any",
"server": "local"
},
{
"clash_mode": "Direct",
"server": "local"
},
{
"clash_mode": "Global",
"server": "google"
},
{
"query_type": [
"A",
"AAAA"
],
"rule_set": "geosite-cn",
"server": "remote"
},
{
"rule_set": "geosite-cn",
"server": "local"
},
{
"type": "logical",
"mode": "and",
"rules": [
{
"rule_set": "geosite-geolocation-!cn",
"invert": true
},
{
"rule_set": "geoip-cn"
}
],
"server": "google",
"client_subnet": "1.0.8.0/24"
},
{
"query_type": [
"A",
"AAAA"
],
"server": "remote"
}
],
"fakeip": {
"enabled": true,
"inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/18"
},
"strategy": "prefer_ipv4",
"independent_cache": true
},
"inbounds": [
{
"type": "tun",
"address": [
"172.18.0.1/30",
"fdfe:dcba:9876::1/126"
],
"auto_route": true,
"strict_route": true,
"platform": {
"http_proxy": {
"enabled": true,
"server": "127.0.0.1",
"server_port": 7890
}
}
},
{
"type": "mixed",
"listen": "::",
"listen_port": 7890
}
],
"outbounds": [
{
"tag": "select",
"type": "selector",
"outbounds": [
"all",
"auto",
"HongKong",
"TaiWan",
"Singapore",
"Japan",
"America",
"Others",
"direct"
]
},
{
"tag": "all",
"type": "selector",
"outbounds": [
"{all}"
]
},
{
"tag": "auto",
"type": "urltest",
"outbounds": [
"{all}"
]
},
{
"tag": "HongKong",
"type": "urltest",
"outbounds": [
"{all}"
],
"filter": [
{
"action": "include",
"keywords": [
"🇭🇰|HK|hk|香港|港|HongKong"
]
}
]
},
{
"tag": "TaiWan",
"type": "urltest",
"outbounds": [
"{all}"
],
"filter": [
{
"action": "include",
"keywords": [
"🇹🇼|TW|tw|台湾|臺灣|台|Taiwan"
]
}
]
},
{
"tag": "Singapore",
"type": "urltest",
"outbounds": [
"{all}"
],
"filter": [
{
"action": "include",
"keywords": [
"🇸🇬|SG|sg|新加坡|狮|Singapore"
]
}
]
},
{
"tag": "Japan",
"type": "urltest",
"outbounds": [
"{all}"
],
"filter": [
{
"action": "include",
"keywords": [
"🇯🇵|JP|jp|日本|日|Japan"
]
}
]
},
{
"tag": "America",
"type": "urltest",
"outbounds": [
"{all}"
],
"filter": [
{
"action": "include",
"keywords": [
"🇺🇸|US|us|美国|美|United States"
]
}
]
},
{
"tag": "Others",
"type": "urltest",
"outbounds": [
"{all}"
],
"filter": [
{
"action": "exclude",
"keywords": [
"🇭🇰|HK|hk|香港|香|🇹🇼|TW|tw|台湾|台|🇸🇬|SG|sg|新加坡|狮|🇯🇵|JP|jp|日本|日|🇺🇸|US|us|美国|美"
]
}
]
},
{
"type": "direct",
"tag": "direct"
}
],
"route": {
"auto_detect_interface": true,
"rules": [
{
"action": "sniff"
},
{
"protocol": "dns",
"action": "hijack-dns"
},
{
"ip_is_private": true,
"outbound": "direct"
},
{
"clash_mode": "Direct",
"outbound": "direct"
},
{
"clash_mode": "Global",
"outbound": "select"
},
{
"rule_set": [
"geoip-cn",
"geosite-cn"
],
"outbound": "direct"
}
],
"rule_set": [
{
"tag": "geosite-cn",
"type": "remote",
"format": "binary",
"url": "
https://ghproxy.cn/https://raw.github.com/lyc8503/sing-box-rules/rule-set-geosite/geosite-cn.srs",
"download_detour": "direct"
},
{
"tag": "geosite-geolocation-!cn",
"type": "remote",
"format": "binary",
"url": "
https://ghproxy.cn/https://raw.github.com/lyc8503/sing-box-rules/rule-set-geosite/geosite-geolocation-!cn.srs",
"download_detour": "direct"
},
{
"tag": "geoip-cn",
"type": "remote",
"format": "binary",
"url": "
https://ghproxy.cn/https://raw.github.com/lyc8503/sing-box-rules/rule-set-geoip/geoip-cn.srs",
"download_detour": "direct"
}
]
}
}