Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行报错没有权限 #2401

Open
4 of 5 tasks
inidno opened this issue Dec 26, 2024 · 1 comment
Open
4 of 5 tasks

运行报错没有权限 #2401

inidno opened this issue Dec 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@inidno
Copy link

inidno commented Dec 26, 2024

操作系统

Android

系统版本

Android 14

安装类型

sing-box for Android 图形客户端程序

如果您使用图形客户端程序,请提供该程序版本。

SFA-1.11.0-beta.14-arm64-v8a

版本

SFA-1.11.0-beta.14-arm64-v8a

描述

1.11.0 beta版本运行报错无权限(1.10.5正式版也报错无权限),beta6之前的版本,同样config可以正常运行

Model: Moto X40

重现方式

{
"log": {
"level": "warn",
"timestamp": true
},
"ntp": {
"enabled": true,
"interval": "1h0m0s",
"server": "time.apple.com",
"server_port": 123,
"detour": "select"
},
"inbounds": [
{
"type": "tun",
"tag": "tun-in",
"interface_name": "tun0",
"mtu": 1408,
"address": [
"172.17.0.1/30",
"fdfe:dcba:9876::1/126"
],
"auto_route": true,
"iproute2_table_index": 2022,
"iproute2_rule_index": 9000,
"auto_redirect": false,
"auto_redirect_input_mark": "0x2023",
"auto_redirect_output_mark": "0x2024",
"strict_route": true,
"route_address": [
"0.0.0.0/1",
"128.0.0.0/1",
"::/1",
"8000::/1"
],
"route_exclude_address": [
"192.168.0.0/16",
"fc00::/7"
],
"udp_timeout": "5m0s",
"stack": "mixed",
"platform": {
"http_proxy": {
"enabled": true,
"server": "127.0.0.1",
"server_port": 8080,
"bypass_domain": [],
"match_domain": []
}
}
},
{
"type": "mixed",
"tag": "mixed-in",
"listen": "127.0.0.1",
"listen_port": 8080,
"tcp_multi_path": true,
"udp_timeout": "5m0s"
}
],
"outbounds": [
{
"type": "hysteria2",
"tag": "hy2-out",
"reuse_addr": true,
"connect_timeout": "5s",
"tcp_multi_path": true,
"server": "",
"server_port": 7890,
"password": "",
"tls": {
"enabled": true,
"server_name": "",
"alpn": "h3"
}
},
{
"type": "shadowsocks",
"tag": "ss-out",
"reuse_addr": true,
"connect_timeout": "5s",
"tcp_multi_path": true,
"server": "",
"server_port": 1234,
"method": "2022-blake3-aes-128-gcm",
"password": ""
},
{
"type": "selector",
"tag": "select",
"outbounds": [
"hy2-out",
"ss-out",
"auto"
],
"default": "auto",
"interrupt_exist_connections": true
},
{
"type": "urltest",
"tag": "auto",
"outbounds": [
"hy2-out",
"ss-out"
],
"url": "http://cp.cloudflare.com",
"interval": "30m0s",
"tolerance": 100,
"idle_timeout": "30m0s",
"interrupt_exist_connections": true
}
],
"route": {
"rules": [
{
"rule_set": "geosite-category-ads-all",
"action": "reject",
"method": "drop"
}
],
"rule_set": [
{
"type": "remote",
"tag": "geosite-category-ads-all",
"format": "binary",
"url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-category-ads-all.srs",
"download_detour": "select",
"update_interval": "168h0m0s"
}
],
"final": "select",
"auto_detect_interface": true,
"override_android_vpn": true,
"default_mark": 12345
}
}

日志

No response

支持我们

完整性要求

  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我保证提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
  • 我保证提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。
  • 我保证提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。
@inidno
Copy link
Author

inidno commented Dec 26, 2024

操作系统

Android

系统版本

Android 14

安装类型

sing-box for Android 图形客户端程序

如果您使用图形客户端程序,请提供该程序版本。

SFA-1.11.0-beta.14-arm64-v8a

版本

SFA-1.11.0-beta.14-arm64-v8a

描述

1.11.0 beta版本运行报错无权限(1.10.5正式版也报错无权限),beta6之前的版本,同样config可以正常运行

Model: Moto X40

重现方式

{ "log": { "level": "warn", "timestamp": true }, "ntp": { "enabled": true, "interval": "1h0m0s", "server": "time.apple.com", "server_port": 123, "detour": "select" }, "inbounds": [ { "type": "tun", "tag": "tun-in", "interface_name": "tun0", "mtu": 1408, "address": [ "172.17.0.1/30", "fdfe:dcba:9876::1/126" ], "auto_route": true, "iproute2_table_index": 2022, "iproute2_rule_index": 9000, "auto_redirect": false, "auto_redirect_input_mark": "0x2023", "auto_redirect_output_mark": "0x2024", "strict_route": true, "route_address": [ "0.0.0.0/1", "128.0.0.0/1", "::/1", "8000::/1" ], "route_exclude_address": [ "192.168.0.0/16", "fc00::/7" ], "udp_timeout": "5m0s", "stack": "mixed", "platform": { "http_proxy": { "enabled": true, "server": "127.0.0.1", "server_port": 8080, "bypass_domain": [], "match_domain": [] } } }, { "type": "mixed", "tag": "mixed-in", "listen": "127.0.0.1", "listen_port": 8080, "tcp_multi_path": true, "udp_timeout": "5m0s" } ], "outbounds": [ { "type": "hysteria2", "tag": "hy2-out", "reuse_addr": true, "connect_timeout": "5s", "tcp_multi_path": true, "server": "", "server_port": 7890, "password": "", "tls": { "enabled": true, "server_name": "", "alpn": "h3" } }, { "type": "shadowsocks", "tag": "ss-out", "reuse_addr": true, "connect_timeout": "5s", "tcp_multi_path": true, "server": "", "server_port": 1234, "method": "2022-blake3-aes-128-gcm", "password": "" }, { "type": "selector", "tag": "select", "outbounds": [ "hy2-out", "ss-out", "auto" ], "default": "auto", "interrupt_exist_connections": true }, { "type": "urltest", "tag": "auto", "outbounds": [ "hy2-out", "ss-out" ], "url": "http://cp.cloudflare.com", "interval": "30m0s", "tolerance": 100, "idle_timeout": "30m0s", "interrupt_exist_connections": true } ], "route": { "rules": [ { "rule_set": "geosite-category-ads-all", "action": "reject", "method": "drop" } ], "rule_set": [ { "type": "remote", "tag": "geosite-category-ads-all", "format": "binary", "url": "https://raw.githubusercontent.com/SagerNet/sing-geosite/rule-set/geosite-category-ads-all.srs", "download_detour": "select", "update_interval": "168h0m0s" } ], "final": "select", "auto_detect_interface": true, "override_android_vpn": true, "default_mark": 12345 } }

日志

No response

支持我们

完整性要求

  • 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
  • 我保证提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
  • 我保证提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。
  • 我保证提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。

EDIT_20241226_082944

@nekohasekai nekohasekai added the bug Something isn't working label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants