I want to configure unbound to lookup certain domain names with an alternative dns server, with forward-zone
. The documentation I find have two syntaxes:
forward-zone:
name: "mynetwork.com."
forward-addr: 10.0.0.1
e.g. here or
forward-zone:
name: "mynetwork.com"
forward-addr: 10.0.0.1
i.e. name field without dot at the end, e.g. here. Both seems to work for me, but what's the difference between foo.tld
vs foo.tld.
?