
11 Sep
2013
11 Sep
'13
1:36 p.m.
On 09/10/2013 04:26 PM, Diego Woitasen wrote:
Useful to set custom forwarders instead of using the contents of /etc/resolv.conf. It helps me to setup dnsmasq as local nameserver to resolv VM domain names from domain 0, when domain option is used.
Dang! I had promised to look at this last week, then forgot :-(
<domain name="example.com"/> <dns> <txt name="example" value="example value" /> + <forwarders addr="8.8.8.8" /> + <forwarders addr="8.8.4.4" />
In your earlier proposal, you had called this element "forward" rather than "forwards". I think a singular name is better, since each element is a single forwarding address.