z5238384
V2EX  ›  问与答

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

  •  
  •   z5238384 · Feb 3, 2025 via iPhone · 2812 views
    This topic created in 491 days ago, the information mentioned may be changed or developed.
    很奇怪的问题 我在 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 replies    2025-02-03 20:53:41 +08:00
    yiyiwa
        1
    yiyiwa  
       Feb 3, 2025
    不要用 APP ,走网页就行
    billytom
        2
    billytom  
       Feb 3, 2025
    我发现,clash ,sing-box 这种代理软件,总有一个两个电脑或者手机端的 App 有奇奇怪怪的问题,但网页版都正常,我归咎为流量代理不完整
    z5238384
        3
    z5238384  
    OP
       Feb 3, 2025 via iPhone
    @billytom 是的 , 我昨天测试了一晚上,同一台手机 一个网络环境, 用 quantumutx 和 singbox 走同一个节点 全局代理, 就 singbox 打不开 perplexity 的 app , 我小火箭都试过了 完全没问题 我只能把原因归于 配置不对 或者软件本身小问题 。暂时先弃了
    billytom
        4
    billytom  
       Feb 3, 2025
    @z5238384 是软件本身问题,你是 perplexity ,我是 cluade.ai .. 无解,我都用 tun 模式了
    billytom
        5
    billytom  
       Feb 3, 2025
    我是用的 clash 死活就是这个 claude app 不行,但用 surge 一样的服务器就正常
    z5238384
        6
    z5238384  
    OP
       Feb 3, 2025 via iPhone
    @billytom PC 上都很正常 手机上 时不时来个奇怪的问题,配置和网络环境一模一样
    MacsedProtoss
        7
    MacsedProtoss  
       Feb 3, 2025 via iPhone
    肯定要用 tun 啊 非 tun 就是有 app 不遵循你的系统代理的 很正常
    甚至有 app 绑定网卡的 那个更麻烦
    MacsedProtoss
        8
    MacsedProtoss  
       Feb 3, 2025 via iPhone
    surge 那么多 vif 模式不是白整的 商业软件解决这种问题效果就是不一样 我目前 surge 就没遇到啥大问题了
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3928 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 47ms · UTC 10:21 · PVG 18:21 · LAX 03:21 · JFK 06:21
    ♥ Do have faith in what you're doing.