但如果让Sing-Box监听127.0.0.1:5335,所有域名将无法获取DNS解析,导致rule_set一直下载不下来,卡死 如果将Sing-Box的DNS设置为8.8.8.8或任意一个非内网IP的DNS,立刻就可以正常获取DNS解析 重现方式 Sing-Box配置文件采取 {"log": {"level":"debug","timestamp":false},"experimental": {"cache_file": {"en...
+0800 2024-09-08 11:06:47 ERROR dns: exchange failed for prod-eastasia.access-point.cloudmessaging.edge.microsoft.com. IN A: context canceled +0800 2024-09-08 11:06:47 ERROR dns: exchange failed for tpod14077-my.sharepoint.com. IN A: context canceled +0800 2024-09-08 11:06:47 ERR...
58 ERROR dns: exchange failedforo33249.ingest.sentry.io. IN A: context deadline exceeded +0000 2024-07-05 14:41:58 ERROR dns: exchange failedforo33249.ingest.sentry.io. IN A: context canceled +0000 2024-07-05 14:41:58 ERROR dns: exchange failedforo33249.ingest.sentry.io. IN A: ...
行827: +0000 2024-10-19 15:57:14 ERROR [3538112285 2ms] dns: exchange failed for 33.144.168.192.in-addr.arpa. IN PTR: dial udp ***.***.***.***:53: connect: no such device 行837: +0000 2024-10-19 15:57:14 ERROR [3538112285 4ms] dns: exchange failed for 12.144.168.192.in...
"github.com/sagernet/sing-box/protocol/tailscale" ) func registerTailscaleEndpoint(registry *endpoint.Registry) { tailscale.RegisterEndpoint(registry) } func registerTailscaleTransport(registry *dns.TransportRegistry) { tailscale.RegistryTransport(registry) } 27 changes: 27 additions & 0 deletions 27 inclu...
Fix DNS exchange index Mar 20, 2024 test Refactor inbound/outbound options struct Jan 3, 2024 transport Update gVisor to 20240212.0-65-g71212d503 Mar 20, 2024 .gitignore Add rule-set Jan 3, 2024 .gitmodules platform: Unify client versions ...
r.dnsLogger.DebugContext(ctx, E.Cause(err, "response rejected for ", formatQuestion(message.Question[0].String())) } else if len(message.Question) > 0 { r.dnsLogger.ErrorContext(ctx, E.Cause(err, "exchange failed for ", formatQuestion(message.Question[0].String())) @@ -166,6 +16...
我把muge.info 加入了 geosite:cn,打开 appshare.muge.info 和 muge.info 都是走的 geosite:cn,但是 link.appshare.muge.info 却是走的兜底 final,看日志是 DNS CNAME 指向了一个不在 geosite:cn 里面的域名,不知道这算不算 bug Version of sing-box ...
[]cftls.ECHConfig, error) { message := &mDNS.Msg{ MsgHdr: mDNS.MsgHdr{ RecursionDesired: true, }, Question: []mDNS.Question{ { Name: serverName + ".", Qtype: mDNS.TypeHTTPS, Qclass: mDNS.ClassINET, }, }, } response, err := adapter.RouterFromContext(ctx).Exchange(ct...
Operating system Linux System version Ubuntu22.04 Installation type Original sing-box Command Line If you are using a graphical client, please provide the version of the client. No response Version sing-box version 1.9.3 Environment: go1...