On 19.09.05 08:37 -0700, sys read wrote:
> so, I've been futzing with the new dnsmasq domain overrides on the
> "DNS forwarder" page. seems like it didn't work with the
> "--server" option, when I changed that to "-S" in
> /etc/inc/services.inc it works. Any reason --server wouldn't work?
> the dnsmasq man page isn't terribly clear as to the differences
> between "-S" and "--server".
Problem found - it's due to incorrect usage of escapeshellarg() (the
space that separates arguments mustn't be escaped ;). Sorry, that was
my fault. Will be fixed in the next release.
- Manuel |