求指教: trojan + xray 在 iOS 收不到任何推送、通知。

181 天前
 imSam
设备:iPhone 、iPad
软件:Surge

跟着网上的教程一步一步操作,自建的 trojan + xray ,一直用的好好的。一开始没注意,最近一段时间才发现竟然收不到任何 app 的推送和通知。
同样的规则和配置文件,我切换另一个 SS 部署的服务器就立马收到一堆推送和通知,再切换回 trojan 服务器,就几天几天的“静默”了。

所以可以排除是 Surge 规则或配置文件的问题?
那就是服务器的问题了,但是服务器除了一个是 Trojan 一个是 SS 外没任何区别啊。

请求执教。

另附上 xray 配置:

{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"tag": "zhuzai_proxy",
"protocol": "http",
"settings": {
"servers": [
{
"address": "####手动隐藏####",
"port": ####手动隐藏####,
"users": [
{
"user": "####手动隐藏####",
"pass": "####手动隐藏####"
}
]
}
]
}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
"rules": [
{
"type": "field",
"outboundTag": "zhuzai_proxy",
"domain": [
"domain:openai.com",
"domain:ai.com",
"domain:sentry.io",
"domain:auth0.com"
]
},
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
]
},
"stats": {}
}
644 次点击
所在节点    iOS
4 条回复
MeiJiayun
181 天前
Surge 支持 xray 吗
moioooo
181 天前
你把客户端的分流策略改改呗。把 apple 相关的应用分流改成 direct ,就别走代理了
imSam
181 天前
@MeiJiayun 在服务器设置的 xray
imSam
181 天前
@moioooo 不敢啊,因为 ipad 要用 apple news ,不敢乱改,怕改了哪个再打开 news 就提示不提供所在区域服务~~

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

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

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

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

© 2021 V2EX