Closed chika0801 closed 1 year ago
复现过程:更新到1.3.1-beta.1才出现,启动sing-box,浏览器第1次输入网址,都有如下图的错误,等1秒后网页会自动刷新,此时网页正常打开。然后关sing-box,开sing-box,输入网址,现象重复。替换为1.3.0版本文件无此问题。
1.3.1-beta.1
客户端配置
客户端日志
www.javbus.com 为测试网址
https://github.com/SagerNet/sing-box/commit/9d75385bbb8e9a51eea5673d22bd0d98062ae2e7
测试这个后,已修复
你好骚啊.jpg
Welcome
Description of the problem
复现过程:更新到1.3.1-beta.1才出现,启动sing-box,浏览器第1次输入网址,都有如下图的错误,等1秒后网页会自动刷新,此时网页正常打开。然后关sing-box,开sing-box,输入网址,现象重复。替换为1.3.0版本文件无此问题。
Version of sing-box
1.3.1-beta.1
Server and client configuration file
客户端配置
点击查看
```jsonc { "log": { "level": "info", "timestamp": true }, "experimental": { "clash_api": { "external_controller": "127.0.0.1:9090", "store_fakeip": true } }, "dns": { "servers": [ { "tag": "dns_proxy", "address": "tls://1.1.1.1", "address_resolver": "dns_direct", "strategy": "ipv4_only", "detour": "proxy" }, { "tag": "dns_direct", "address": "tls://223.5.5.5", "strategy": "prefer_ipv6", "detour": "direct" }, { "tag": "dns_block", "address": "rcode://success" }, { "tag": "dns_fakeip", "address": "fakeip", "strategy": "ipv4_only" } ], "rules": [ { "geosite": [ "category-ads-all" ], "server": "dns_block", "disable_cache": true }, { "type": "logical", "mode": "and", "rules": [ { "geosite": [ "geolocation-!cn" ] }, { "query_type": [ "A", "AAAA" ] } ], "server": "dns_fakeip" }, { "geosite": [ "geolocation-!cn" ], "server": "dns_proxy" }, { "geosite": [ "cn", "private" ], "server": "dns_direct" }, { "query_type": [ "A", "AAAA" ], "server": "dns_fakeip" }, { "outbound": [ "any" ], "server": "dns_direct" } ], "independent_cache": true, "fakeip": { "enabled": true, "inet4_range": "198.18.0.0/15", "inet6_range": "fc00::/18" } }, "route": { "geoip": { "download_url": "https://github.com/soffchen/sing-geoip/releases/latest/download/geoip.db" }, "geosite": { "download_url": "https://github.com/soffchen/sing-geosite/releases/latest/download/geosite.db" }, "rules": [ { "protocol": "dns", "outbound": "dns-out" }, { "process_name": [ "xray.exe", "hysteria.exe", "tuic.exe", "IDMan.exe", "Xshell.exe", "XshellCore.exe", "WinSCP.exe" ], "outbound": "direct" }, { "network": "udp", "port": [ 443 ], "outbound": "block" }, { "geosite": [ "category-ads-all" ], "outbound": "block" }, { "geosite": [ "geolocation-!cn" ], "outbound": "proxy" }, { "geosite": [ "cn", "private" ], "outbound": "direct" }, { "geoip": [ "cn", "private" ], "outbound": "direct" } ], "auto_detect_interface": true }, "inbounds": [ { "type": "tun", "tag": "tun-in", "inet4_address": "172.19.0.1/30", "inet6_address": "fdfe:dcba:9876::1/126", "mtu": 1492, "auto_route": true, "strict_route": true, "stack": "system", "sniff": true, "sniff_override_destination": false } ], "outbounds": [ { "type": "socks", "tag": "proxy", "server": "127.0.0.1", "server_port": 10808 }, { "type": "direct", "tag": "direct" }, { "type": "block", "tag": "block" }, { "type": "dns", "tag": "dns-out" } ] } ```
Server and client log file
客户端日志
www.javbus.com 为测试网址