Singbox 似乎无法正确处理 perplexity ios 端 app 代理

2025 年 2 月 3 日
 z5238384
很奇怪的问题 我在 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"
}
]
}
}
2506 次点击
所在节点    问与答
8 条回复
yiyiwa
2025 年 2 月 3 日
不要用 APP ,走网页就行
billytom
2025 年 2 月 3 日
我发现,clash ,sing-box 这种代理软件,总有一个两个电脑或者手机端的 App 有奇奇怪怪的问题,但网页版都正常,我归咎为流量代理不完整
z5238384
2025 年 2 月 3 日
@billytom 是的 , 我昨天测试了一晚上,同一台手机 一个网络环境, 用 quantumutx 和 singbox 走同一个节点 全局代理, 就 singbox 打不开 perplexity 的 app , 我小火箭都试过了 完全没问题 我只能把原因归于 配置不对 或者软件本身小问题 。暂时先弃了
billytom
2025 年 2 月 3 日
@z5238384 是软件本身问题,你是 perplexity ,我是 cluade.ai .. 无解,我都用 tun 模式了
billytom
2025 年 2 月 3 日
我是用的 clash 死活就是这个 claude app 不行,但用 surge 一样的服务器就正常
z5238384
2025 年 2 月 3 日
@billytom PC 上都很正常 手机上 时不时来个奇怪的问题,配置和网络环境一模一样
MacsedProtoss
2025 年 2 月 3 日
肯定要用 tun 啊 非 tun 就是有 app 不遵循你的系统代理的 很正常
甚至有 app 绑定网卡的 那个更麻烦
MacsedProtoss
2025 年 2 月 3 日
surge 那么多 vif 模式不是白整的 商业软件解决这种问题效果就是不一样 我目前 surge 就没遇到啥大问题了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1108690

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX