-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Comments
|
我也出现了没有权限的情况,在手机上,不过等级是warn,inbound/tun-in{tun-in}: bind forwarder to interface: operation not permitted,我没有在手机上设置任何与绑定端口有关的配置,另外发现最近电脑和手机经常断网,重启sing-box就会恢复,目前没有足够的信息判断原因 |
操作系统
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
支持我们
完整性要求
The text was updated successfully, but these errors were encountered: