Hello James and Michael,
I have been busy writing a forking server
addon to openvpn.
In openvpn.c I have separated the processing of
parameters from main() to a new function and
moved main to another file to allow me to
link against different main() functions.
One that implements normal peer2pee
Hi Sampo,
> I have been busy writing a forking server
> addon to openvpn.
Cool... Does each potential connecting client need a separate config file,
or does the server use a common client template and then keep track of
things like dynamic ports, dynamic endpoint addresses, etc?
> In openvpn.c I
hi,
> Hi Sampo,
>
> > I have been busy writing a forking server
> > addon to openvpn.
>
> Cool... Does each potential connecting client need a separate config file,
> or does the server use a common client template and then keep track of
> things like dynamic ports, dynamic endpoint addresses, etc
> > Hi Sampo,
> >
> > > I have been busy writing a forking server
> > > addon to openvpn.
Will forking server only work for TLS mode?
> >
> > Cool... Does each potential connecting client need a separate config
file,
> > or does the server use a common client template and then keep track of
> > t