因为 VMess 依靠可靠传输协议,对于要发送到代理服务器的 DNS 请求,如果可以使用 TCP 的话似乎会比较好,因为不需要重传,一般来说代理服务器处理 DNS 请求的速度都很快,UDP 或 TCP 都没太大差异
DNS over HTTPS?
DNScrypt?
这些dns技术都会导致国内的网站访问慢(解析慢或者cdn),但是基本可以杜绝dns污染。
是否可以增加策略,对于国内的网站采用国内的dns解析。
@YangtseSu core 已经支持分域名解析:https://www.v2ray.com/chapter_02/04_dns.html
迂回的话,将core的DNS设给自设的DNS,然后用这个DNS来做DNS over X的工作,例如pdnsd就支持over TCP的。
目前已经支持dot还有tcp的需求吗
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days
Most helpful comment
@YangtseSu core 已经支持分域名解析:https://www.v2ray.com/chapter_02/04_dns.html