openvpn icon indicating copy to clipboard operation
openvpn copied to clipboard

--local cleanup

Open cron2 opened this issue 10 months ago • 1 comments

The current handling of (multiple) --local in combination with block seems very... "grown from historic code".

TODO: when multisockets is in, revisit if this can be made cleaner, with less copying-around and no arrays in places where only one is allowed anyway.

cron2 avatar Feb 05 '25 10:02 cron2

The "replace static array[64] with realloc()" part is in gerrit #1039 and looks good.

There is still the "copy stuff around" part (which admittedly I do not really understand)...

cron2 avatar Jun 18 '25 14:06 cron2