Singbox 似乎无法正确处理 perplexity ios 端 app 代理 - V2EX
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
z5238384
V2EX    问与答

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

  •  
  •   z5238384 253 天前 via iPhone 2091 次点击
    这是一个创建于 253 天前的主题,其中的信息可能已经有所发展或是发生改变。
    很奇怪的问题 我在 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"
    }
    ]
    }
    }
    8 条回复    2025-02-03 20:53:41 +08:00
    yiyiwa
        1
    yiyiwa  
       253 天前
    不要用 APP ,走网页就行
    billytom
        2
    billytom  
       253 天前
    我发现,clash ,sing-box 这种代理软件,总有一个两个电脑或者手机端的 App 有奇奇怪怪的问题,但网页版都正常,我归咎为流量代理不完整
    z5238384
        3
    z5238384  
    OP
       253 天前 via iPhone
    @billytom 是的 , 我昨天测试了一晚上,同一台手机 一个网络环境, 用 quantumutx 和 singbox 走同一个节点 全局代理, 就 singbox 打不开 perplexity 的 app , 我小火箭都试过了 完全没问题 我只能把原因归于 配置不对 或者软件本身小问题 。暂时先弃了
    billytom
        4
    billytom  
       253 天前
    @z5238384 是软件本身问题,你是 perplexity ,我是 cluade.ai .. 无解,我都用 tun 模式了
    billytom
        5
    billytom  
       253 天前
    我是用的 clash 死活就是这个 claude app 不行,但用 surge 一样的服务器就正常
    z5238384
        6
    z5238384  
    OP
       253 天前 via iPhone
    @billytom PC 上都很正常 手机上 时不时来个奇怪的问题,配置和网络环境一模一样
    MacsedProtoss
        7
    MacsedProtoss  
       253 天前 via iPone
    肯定要用 tun 啊 非 tun 就是有 app 不遵循你的系统代理的 很正常
    甚至有 app 绑定网卡的 那个更麻烦
    MacsedProtoss
        8
    MacsedProtoss  
       253 天前 via iPhone
    surge 那么多 vif 模式不是白整的 商业软件解决这种问题效果就是不一样 我目前 surge 就没遇到啥大问题了
    关于     帮助文档     自助推广系统     博客     API     FAQ     Solana     1041 人在线   最高记录 6679       Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 26ms UTC 18:35 PVG 02:35 LAX 11:35 JFK 14:35
    Do have faith in what you're doing.
    ubao snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86