<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Use different DNS providers for both DNS forwarder and DNS Resolver]]></title><description><![CDATA[<p dir="auto">Both DNS forwarder and DNS resolver are setup on my pfSense box.<br />
I would like one of the two services to use OpenDNS (with their dns filter) and the other one use CloudFlare DNS.</p>
<p dir="auto">DNS forwarder uses the DNS settings in System -&gt; General.<br />
DNS Resolver will use them as well if I set it to forward mode.</p>
<p dir="auto">Is there a way I can set DNS forwarder to use OpenDNS and DNS Resolver to CloudFlare DNS?</p>
]]></description><link>https://forum.netgate.com/topic/130128/use-different-dns-providers-for-both-dns-forwarder-and-dns-resolver</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 01:06:55 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/130128.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Apr 2018 07:40:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Use different DNS providers for both DNS forwarder and DNS Resolver on Wed, 25 Apr 2018 16:37:35 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">But that would not allow me to use host overrides…<br />
Not an option for me.</p>
</blockquote>
<p dir="auto">You didn't mention anything about that requirement.  Glad to see you got something figured out and working.</p>
]]></description><link>https://forum.netgate.com/post/762637</link><guid isPermaLink="true">https://forum.netgate.com/post/762637</guid><dc:creator><![CDATA[KOM]]></dc:creator><pubDate>Wed, 25 Apr 2018 16:37:35 GMT</pubDate></item><item><title><![CDATA[Reply to Use different DNS providers for both DNS forwarder and DNS Resolver on Wed, 25 Apr 2018 15:25:42 GMT]]></title><description><![CDATA[<p dir="auto">I solved this by running both DNS Forwarder and DNS Resolver.<br />
DNS resolver on a different port (1053) and setup a port forward.<br />
DNS forwarder set to forward to OpenDNS and DNS resolver setup with custom options:</p>
<pre><code>
server:
forward-zone:
name: "."
forward-ssl-upstream: yes
forward-addr: 1.1.1.1@853
forward-addr: 1.0.0.1@853

</code></pre>
<p dir="auto">Is does work without TLS/SSL as well:</p>
<pre><code>
server:
forward-zone:
name: "."
forward-addr: 1.1.1.1@53
forward-addr: 1.0.0.1@53

</code></pre>
]]></description><link>https://forum.netgate.com/post/762628</link><guid isPermaLink="true">https://forum.netgate.com/post/762628</guid><dc:creator><![CDATA[Panja]]></dc:creator><pubDate>Wed, 25 Apr 2018 15:25:42 GMT</pubDate></item><item><title><![CDATA[Reply to Use different DNS providers for both DNS forwarder and DNS Resolver on Wed, 25 Apr 2018 15:06:06 GMT]]></title><description><![CDATA[<p dir="auto">To be honest I would just use bind for such complex setup.  While unbound did add views a few versions back.  I do not believe you can add different forwarder options, etc.  So vs running both dnsmasq and unbound.</p>
<p dir="auto">Why not just run bind?  Which in that you can create specific views so that IP X or network Y get forwarded to A, while others get forwarded to B, etc.</p>
]]></description><link>https://forum.netgate.com/post/762626</link><guid isPermaLink="true">https://forum.netgate.com/post/762626</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 25 Apr 2018 15:06:06 GMT</pubDate></item><item><title><![CDATA[Reply to Use different DNS providers for both DNS forwarder and DNS Resolver on Wed, 25 Apr 2018 14:48:42 GMT]]></title><description><![CDATA[<p dir="auto">But that would not allow me to use host overrides…<br />
Not an option for me.</p>
]]></description><link>https://forum.netgate.com/post/762621</link><guid isPermaLink="true">https://forum.netgate.com/post/762621</guid><dc:creator><![CDATA[Panja]]></dc:creator><pubDate>Wed, 25 Apr 2018 14:48:42 GMT</pubDate></item><item><title><![CDATA[Reply to Use different DNS providers for both DNS forwarder and DNS Resolver on Wed, 25 Apr 2018 14:41:37 GMT]]></title><description><![CDATA[<p dir="auto">I would just modify the DHCP server on the kids VLAN to serve them the OpenDNS servers.</p>
]]></description><link>https://forum.netgate.com/post/762619</link><guid isPermaLink="true">https://forum.netgate.com/post/762619</guid><dc:creator><![CDATA[KOM]]></dc:creator><pubDate>Wed, 25 Apr 2018 14:41:37 GMT</pubDate></item><item><title><![CDATA[Reply to Use different DNS providers for both DNS forwarder and DNS Resolver on Wed, 25 Apr 2018 14:06:09 GMT]]></title><description><![CDATA[<p dir="auto">Not every network is the same.  ;)</p>
<p dir="auto">I have a few VLAN's which need to go over OpenDNS (with dns filtering on), the "kids" VLAN.<br />
Also I have an "admin" VLAN which needs dns filtering off, so I can't use OpenDNS there.</p>
]]></description><link>https://forum.netgate.com/post/762613</link><guid isPermaLink="true">https://forum.netgate.com/post/762613</guid><dc:creator><![CDATA[Panja]]></dc:creator><pubDate>Wed, 25 Apr 2018 14:06:09 GMT</pubDate></item><item><title><![CDATA[Reply to Use different DNS providers for both DNS forwarder and DNS Resolver on Wed, 25 Apr 2018 14:00:13 GMT]]></title><description><![CDATA[<p dir="auto">I can't imagine why you would need to do this in the first place.  What's your use case?</p>
]]></description><link>https://forum.netgate.com/post/762610</link><guid isPermaLink="true">https://forum.netgate.com/post/762610</guid><dc:creator><![CDATA[KOM]]></dc:creator><pubDate>Wed, 25 Apr 2018 14:00:13 GMT</pubDate></item></channel></rss>