dae遇到节点不支持ipv6解决方案
前阵子想换dae因为用了eBPF性能比v2rayA高不少因为不用频繁从内核态和用户态交换数据,但是因为我节点不支持IPv6一直搞不定,刚好今天闲着重新搞了一下
在DNS下进行该设置
1 | ipversion_prefer: 4 |
根据官方的模板,把aaaa reject就行,主要是
1 | upstream(googledns) && qtype(a) -> accept |
只接受IPv4就好,剩下的reject
Comments
Comment plugin failed to load
Loading comment plugin