Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

Multiple DNS forwarders and syntax question.

$
0
0
Hey Guy's,

Is there a limit on the number of forwards that can be used or the syntax and spaces?

I noticed I have to put spaces between ; and the IP for at least the first one, then space at the end to work and the rest don't work at all no matter what I try.

Code:

        forward first;
        forwarders {
                10.0.0.1 ;
                10.0.0.2 ;
                10.0.0.3 ;
                10.0.0.4 ;
                10.0.0.5 ;
        };

Thanks,
DH

Viewing all articles
Browse latest Browse all 16232

Trending Articles