We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
Windows 11 专业版 23H2
sing-box 原始命令行程序
No response
sing-box version 1.12.0-alpha.12 Environment: go1.24.0 windows/amd64 Tags: with_gvisor,with_quic,with_dhcp,with_wireguard,with_utls,with_reality_server,with_acme,with_clash_api,with_tailscale Revision: fe4e9262dede083a78117a42271015596e824b3b CGO: disabled
windows 使用 sing-box_1.12.0-alpha.9,dns 使用 local 类型时一切正常,ping 网站如 www.baidu.com 时,提示“来自 36.152.44.132 的回复: 字节=32 时间<1ms TTL=128” windows 使用 sing-box_1.12.0-alpha.12,dns 使用 local 类型时无法正常使用,ping 网站如 www.baidu.com 时,提示“Ping 请求找不到主机 www.baidu.com 。请检查该名称,然后重试。”
以上测试使用同一配置文件,配置文件见下方重现方式。
{ "log": { "disabled": false, "level": "info", "timestamp": true }, "experimental": { "clash_api": { "external_controller": "0.0.0.0:9090", "external_ui": "ui", "secret": "", "external_ui_download_url": "https://github.com/MetaCubeX/metacubexd/archive/refs/heads/gh-pages.zip", "external_ui_download_detour": "direct", "default_mode": "rule", "access_control_allow_private_network": true }, "cache_file": { "enabled": true, "store_fakeip": true, "store_rdrc": true } }, "dns": { "servers": [ { "tag": "local", "type": "local" } ], "rules": [], "final": "local", "strategy": "ipv4_only", "independent_cache": true }, "inbounds": [ { "tag": "tun-in", "type": "tun", "address": [ "172.19.0.1/30" ], "auto_route": true, "strict_route": true, "route_exclude_address": [ "192.168.0.0/16" ], "stack": "system" } ], "outbounds": [ { "type": "direct", "tag": "direct" } ], "route": { "auto_detect_interface": true, "final": "direct", "default_domain_resolver": { "server": "local", "rewrite_tll": 60 }, "rules": [ { "action": "sniff" }, { "type": "logical", "mode": "or", "rules": [ { "port": 53 }, { "protocol": "dns" } ], "action": "hijack-dns" } ], "rule_set": [] } }
sing-box run -c config.json
ping www.baidu.com
Ping 请求找不到主机 www.baidu.com。请检查该名称,然后重试。
The text was updated successfully, but these errors were encountered:
这玩意我一直都没有正常过,openwrt,不懂怎么设置
Sorry, something went wrong.
No branches or pull requests
操作系统
Windows
系统版本
Windows 11 专业版 23H2
安装类型
sing-box 原始命令行程序
如果您使用图形客户端程序,请提供该程序版本。
No response
版本
描述
windows 使用 sing-box_1.12.0-alpha.9,dns 使用 local 类型时一切正常,ping 网站如 www.baidu.com 时,提示“来自 36.152.44.132 的回复: 字节=32 时间<1ms TTL=128”
windows 使用 sing-box_1.12.0-alpha.12,dns 使用 local 类型时无法正常使用,ping 网站如 www.baidu.com 时,提示“Ping 请求找不到主机 www.baidu.com 。请检查该名称,然后重试。”
以上测试使用同一配置文件,配置文件见下方重现方式。
重现方式
日志
支持我们
完整性要求
The text was updated successfully, but these errors were encountered: