Unbound does not resolve local IP addresses

Found the solution. Your recommended configuration contains

# Ensure privacy of local IP ranges
private-address: 192.168.0.0/16
private-address: 169.254.0.0/16
private-address: 172.16.0.0/12
private-address: 10.0.0.0/8
private-address: fd00::/8
private-address: fe80::/10

and that's the reason, why I don't get the answer, I expect. However, I'm unsure, why this setting is been done/recommended, but if removing, everything looks fine.

2 Likes