[X] I confirm that I have read the documentation, understand the meaning of all the configuration items I wrote, and did not pile up seemingly useful options or default values.
[X] I confirm that I have provided the server and client configuration files and process that can be reproduced locally, instead of a complicated client configuration file that has been stripped of sensitive data.
[X] I confirm that I have provided the simplest configuration that can be used to reproduce the error I reported, instead of depending on remote servers, TUN, graphical interface clients, or other closed-source software.
[X] I confirm that I have provided the complete configuration files and logs, rather than just providing parts I think are useful out of confidence in my own intelligence.
Operating system
Apple tvOS
System version
18.1
Installation type
sing-box for Apple tvOS Graphical Client
If you are using a graphical client, please provide the version of the client.
No response
Version
No response
Description
以下是我的配置,要求是apple tv使用vless节点过netflix,disney。但发现无法上网,连本地直连都不行。我的路由器已经配置好,翻墙没问题,dns路由器解析也没问题,所以无需sing-box作dns解析。vless节点使用的是vless+h2+reality.
Reproduction
{ "log": { "level": "info", "timestamp": true }, "dns": { "servers": [ { "tag": "local", "address": "192.168.31.1" } ], "rules": [ { "outbound": "direct", "server": "local" } ], "strategy": "prefer_ipv4" }, "inbounds": [ { "type": "tun", "address": ["172.18.0.1/30"], "auto_route": true, "mtu": 9000, "stack": "mixed", "sniff": true } ], "outbounds": [ { "type": "vless", "tag": "vless-out", "server": "xx.xx.xx.xx”, "server_port": 443, "uuid": "xxxxxxxxxxxx", "tls": { "enabled": true, "server_name": "www.xxx.com", "utls": { "enabled": true, "fingerprint": "chrome" }, "reality": { "enabled": true, "public_key": "xxxxxxxxxxxxxxxxxxxxxxx", "short_id": "a1" } }, "transport": { "type": "http" } }, { "type": "direct", "tag": "direct" } ], "route": { "auto_detect_interface": true, "final": "direct", "rules": [ { "rule_set": ["netflix", "disney"], "outbound": "vless-out" }, { "domain_suffix": ["googlevideo.com", "emby.wft"], "outbound": "vless-out" } ], "rule_set": [ { "tag": "netflix", "type": "remote", "format": "binary", "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-netflix.srs", "download_detour": "vless-out" }, { "tag": "disney", "type": "remote", "format": "binary", "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-disney.srs", "download_detour": "vless-out" } ] }, "experimental": { "cache_file": { "enabled": true } } }
Logs
No response
Supporter
Integrity requirements