I'm on Ubuntu 14.04.2 LTS. NetworkManager starts dnsmasq with --proxy-dnssec option. However:
$ dig @127.0.1.1 dnssec-failed.org
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62850
...
dnssec-failed.org. 5573 IN A 69.252.80.75
...
Any idea why this is happen?
Thx
Did you read
man dnsmasq
? In part:So it looks like your upstream resolvers aren't passing the validation result.
On my system (YMMV):