svn at m0n0 dot ch wrote:
> Modified:
> trunk/webgui/system.php
> Log:
> Add a tertiary dns server to allow failure of the primary and secondary. This behavior can be
necessary in certain cases where the first 2 dns servers are behind the same firewall.
Hmm, you might have to modify vpn.inc to only include the first two DNS
servers in the "set ipcp dns" configuration statement for MPD, since
according to the docs it only supports two DNS servers. The other
instances where $config['system']['dnsserver'] is used look OK.
- Manuel |