dnsmasq可以在合成域上为AAAA请求返回NOERROR吗?
我有一个使用合成域选项的dnsmasq运行实例。 它对A查询很好,但是它返回一个用于AAAA查询的NXDOMIN。 这是一个如何复制的例子。 运行dnsmasq: dnsmasq –keep-in-foreground –synth-domain=example.com,192.168.1.0/24,ip- 一个问题: dig ip-192-168-1-100.example.com @127.0.0.1 a ; <<>> DiG 9.11.1-P3 <<>> ip-192-168-1-100.example.com @127.0.0.1 a ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45136 ;; flags: qr aa rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: […]