-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Milestone
Description
Operating system
Linux
System version
1.13.0-alpha.32
Installation type
Original sing-box Command Line
If you are using a graphical client, please provide the version of the client.
No response
Version
/etc/sing-box ❯ sing-box version
sing-box version 1.13.0-alpha.32
Environment: go1.25.5 linux/amd64
Tags: with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_acme,with_clash_api,with_tailscale,with_ccm,with_ocm,badlinkname,tfogo_checklinkname0,with_naive_outbound,with_musl
Revision: 5f739c4e66163ce88dbf75456e698c191d7069a6
CGO: enabledDescription
一共启动了3次,第3次成正常启动。
前两次软件崩溃,日志有600行,我方到了 gist
https://gist.github.com/d3vw/50d4370805519e5f33b0c05966fcf304
当 outbounds 仅剩 naive 一种类型的节点的时候,重试10次也无法启动,也是上面的错误日志。
Reproduction
client.config.json
{
"dns": {
"servers": [
{
"tag": "google",
"type": "tls",
"server": "8.8.8.8",
"detour": "proxy"
},
{
"tag": "ali",
"type": "tls",
"server": "223.5.5.5"
},
{
"tag": "fakeip",
"type": "fakeip",
"inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/18"
}
],
"rules": [
{
"clash_mode": "Direct",
"action": "route",
"server": "ali"
},
{
"clash_mode": "Global",
"action": "route",
"server": "fakeip"
},
{
"query_type": "HTTPS",
"action": "reject"
},
{
"query_type": [
"A",
"AAAA"
],
"action": "route",
"server": "fakeip",
"rewrite_ttl": 1
},
{
"rule_set": "cn_domain",
"action": "route",
"server": "ali"
}
],
"final": "google",
"independent_cache": true
},
"route": {
"default_domain_resolver": {
"server": "ali"
},
"rules": [
{
"action": "sniff",
"sniffer": [
"http",
"tls",
"quic",
"ssh",
"dns"
],
"timeout": "500ms"
},
{
"type": "logical",
"mode": "or",
"rules": [
{
"port": 53
},
{
"protocol": "dns"
}
],
"action": "hijack-dns"
},
{
"ip_is_private": true,
"action": "route",
"outbound": "direct"
},
{
"clash_mode": "Global",
"action": "route",
"outbound": "GLOBAL"
},
{
"clash_mode": "Direct",
"action": "route",
"outbound": "direct"
}
],
"rule_set": [],
"final": "final",
"auto_detect_interface": true
},
"outbounds": [
{
"tag": "🇸🇬 Naive ",
"type": "naive",
"server": "1.1.1.1",
"server_port": 443,
"tls": {
"enabled": true,
"server_name": "a.server.name",
"insecure": false
},
"username": "d3vw",
"password": "uuid"
}
],
"inbounds": [
{
"type": "tun",
"address": [
"172.19.0.0/30",
"fdfe:dcba:9876::0/126"
],
"stack": "mixed",
"auto_route": true,
"platform": {
"http_proxy": {
"enabled": true,
"server": "127.0.0.1",
"server_port": 7890
}
}
},
{
"type": "mixed",
"listen": "127.0.0.1",
"listen_port": 7890
},
{
"type": "socks",
"tag": "socks5-in",
"listen": "::",
"listen_port": 2077
}
],
"experimental": {
"clash_api": {
"external_controller": "127.0.0.1:9090",
"external_ui": "ui",
"external_ui_download_url": "https://ghfast.top/https://github.com/Zephyruso/zashboard/archive/gh-pages.zip",
"external_ui_download_detour": "direct"
},
"cache_file": {
"enabled": true,
"store_fakeip": true
}
},
"log": {
"disabled": false,
"level": "info",
"timestamp": true
}
}Logs
https://gist.github.com/d3vw/50d4370805519e5f33b0c05966fcf304Supporter
- I am a sponsor
Integrity requirements
- 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.
- 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.
- 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.
- 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.
Metadata
Metadata
Assignees
Labels
No labels