Ever faced an error like this?
It turns out that the problem was with unbound, I solved this problem on my laptop by disabling the validator module and removing its trust anchors.
https://www.unbound.net/documentation/howto_turnoff_dnssec.html
- open unbound.conf with a text editor
- under "server: " there's a line that contains "trust-anchor"
Delete that line then add this under "server: "
Save unbound.conf and reboot, it should now work normally
Code:
ping: cannot resolve example.com: Host name lookup failure
It turns out that the problem was with unbound, I solved this problem on my laptop by disabling the validator module and removing its trust anchors.
https://www.unbound.net/documentation/howto_turnoff_dnssec.html
- open unbound.conf with a text editor
- under "server: " there's a line that contains "trust-anchor"
Delete that line then add this under "server: "
Code:
module-config: "iterator"
Save unbound.conf and reboot, it should now work normally