[SOLVED]Unbound Overrides

Started by opnthib, June 24, 2021, 12:44:46 PM

Previous topic - Next topic
June 24, 2021, 12:44:46 PM Last Edit: June 24, 2021, 06:36:11 PM by opnthib
Hello,

I configured ubound with DNSSEC and Blacklist.
Everything works and for exemple:
$ dig mydomain.tld
mydomaine.tld  3600 IN A <publicIP>


1)
But now I would like that in my LAN, mydomain.tld = <private ip> and not <public ip> ( I host my "cloud").
In "Services: Unbound DNS: Overrides: Domain Overrides" I put Domain = mydomain.tld and IP = <private ip>.
But now when I test "dig mydomain.tld" I have a timeout ...

Do you know where this problem comes from?
I have probably activated something too much or I forgot to activate something, but I do not see what !

Domain overrides is to specify other name servers to query for the respective domain.

If you just want the domain to resolve to an IP use the host overrides and don't specify a hostname. Just fill in the domain part.

So it was pretty simple.
Thank you.