|
<code>
options {
# rest of options
forwarders { 1.2.3.4; 5.6.7.8; };
# rest of options
};
</code>
Of course, replace the IPs above with the appropriate values. I assume this would be the @HOME DNS IPs.
I was a little confused by your question, or specifically, what your question was.
The above answers how to forward to your @HOME DNS servers.
As far as the reverse dns lookup not working, do you have a PTR record set up for the firewall ip?
|