How to Zone Forward to a List of Alternative Name Servers in pfSense 2.0.1
- by Bob B.
I'm not sure if dnsmasq is involved in this process on pfSense or not.
Before pfsense, we'd do this in BIND thusly:
zone "firstpartner.com" {
type forward;
forwarders { 1.2.3.4; 5.6.7.8; w.x.y.z; };
I'm intentionally over-explaining this in the interests of specificity:
We currently use dnsmasq to direct local queries for our…