Manuel already fixed this one.
On 9/28/05, Peter Allgeyer <allgeyer at web dot de> wrote:
> FYI
>
> -------- Weitergeleitete Nachricht --------
> > Von: Tom Dobes <tomdobes at purdue dot edu>
> > An: Peter Allgeyer <allgeyer at web dot de>
> > Betreff: Re: m0n0wall OpenVPN Bug with TCP-based clients
> > Datum: Wed, 28 Sep 2005 02:50:32 -0500
>
> > One bug (not even related to OpenVPN) is that dnsmasq does not start if
> > you define any domain overrides. This can be fixed by changing
> > $args .= escapeshellarg(' --server=/' . $override['domain'] . '/' .
> > $override['ip']);
> > to
> > $args .= escapeshellcmd(' --server=/' . $override['domain'] . '/' .
> > $override['ip']);
> > I know this isn't really an OpenVPN bug, but it's pretty annoying
> > nonetheless. (I'm not sure if this has been reported on the m0n0wall
> > dev list... maybe I should do that.) If you could toss in this or a
> > similar fix, I'd appreciate it.
>
> BR,
> PIT
>
>
> ---------------------------------------------------------------------------
> copyleft(c) by | _-_ Computers are like air conditioners. Both stop
> Peter Allgeyer | 0(o_o)0 working, if you open windows. -- Adam Heath
> ---------------oOO--(_)--OOo-----------------------------------------------
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: m0n0wall dash dev dash unsubscribe at lists dot m0n0 dot ch
> For additional commands, e-mail: m0n0wall dash dev dash help at lists dot m0n0 dot ch
>
>
|