dycwuxing

Results 27 comments of dycwuxing

> 我是被这段注释启发滴 @dycwuxing https://github.com/MetaCubeX/mihomo/blob/Meta/docs/config.yaml#L262-L264 谢谢,这个功能确实很早就支持了,但我自己测试下来,1.17是没生效,如果换成geosite:cn就没问题,或者核心回退到1.16也没有问题,所以想和你确认下大概的版本~ 2023-12-04 16:35:58 INFO - [clash]: DEBU[2023-12-04T16:35:58.696764+08:00] [DNS] resolve www.baidu.com from tls://1.1.1.1:853 2023-12-04 16:35:58 INFO - [clash]: DEBU[2023-12-04T16:35:58.696764+08:00] [DNS] resolve www.baidu.com from tls://1.1.1.1:853 2023-12-04 16:35:58 INFO...

![image](https://github.com/MetaCubeX/Clash.Meta/assets/44988562/ce8e7d90-0dcc-4170-82c6-42910ca5f5c1) 我能连上,但是日志都是错误,使用的Version alpha-8e16738

> 不通的可以尝试dialer-proxy设置为ss或vmess节点,其他类型节点我没有尝试过是否能通 ![image](https://github.com/MetaCubeX/Clash.Meta/assets/44988562/a55ee7bc-c83a-4876-b8cb-d7a39670a48b) 大佬,通是能通,我的dialer-proxy是通过负载轮询分别使用vmess+ws+tls和vless+ws+tls "[ERROR] [WG](WARP_链式) read packet: websocket: close 1006 (abnormal closure): unexpected EOF" 就是不清楚这个报错是什么意思啊?是因为我使用的协议导致的吗?

> @dycwuxing 能正常使用就忽略这个错误,其实只是你的底层代理关闭这个udp链接而报的错,clash.meta会自动重连的 大佬我的warp的前置是这么写的"dialer-proxy": "国外网站" 然后"国外网站"调用另一个策略组,前置是机场节点+"dialer-proxy": "我的节点" "我的节点"使用了"vmess+ws+tls和vless+ws+tls"两个节点 如果不影响使用的话,能调低他的警告级别吗?比如warn?谢谢~

> @dycwuxing 怎么说呢,它确实是个error,只是因为有重连机制保证了上层链接没有断开,目前暂时没有修改日志级别的打算 收到,感谢大佬解答

确实啊,我就想本地搭建一个用用,不打算放在公网上,结果都是错误.... ![image](https://github.com/adams549659584/go-proxy-bingai/assets/44988562/d561499c-0697-4b8b-a12f-6385031e41b6)

> 什么内核什么模式,这个DNS链接是哪里发起的 Redir-Host兼容模式,我已经回退103了....印象里目标IP是我本地的公网IP,忘记截图了,不好意思~

> /etc/init.d/openclash stop 我升级了111,先退回103了 stop以后的日志的最后几行大概是这样 之前的那个DNS发起的链接是下图,目标IP是我当前的公网IP ![telegram-cloud-photo-size-5-6188178448057479611-y](https://user-images.githubusercontent.com/44988562/232291522-c8cfc562-1f40-4833-be99-38cd528826be.jpg) 我主要的运行模式是OC(redir增强模式)+ADH(oc正常设置DNS,ADH的上游是127.0.0.1:7874)

我的DNS部分: dns: enable: true ipv6: true enhanced-mode: redir-host listen: 0.0.0.0:7874 nameserver: - https://doh.360.cn/dns-query - https://doh.pub/dns-query - https://dns.google/dns-query - https://1.1.1.1/dns-query - https://doh.opendns.com/dns-query - https://doh.dns.apple.com/dns-query - https://doh.dns.sb/dns-query fallback: - https://dns.google/dns-query - https://1.1.1.1/dns-query...