Re: [Openvpn-devel] [PATCH v12] Add DNS SRV remote host discovery support

2022-11-22 Thread Gert Doering
Hi, On Tue, Nov 22, 2022 at 07:32:29PM +0100, Gert Doering wrote: > - use getrrsetbyname(), and add that via "compat" source if a target > platform does not have it - this is what OpenSSH does > > - add #ifdefs to disable --srv functionality on OpenBSD > (which is not really where we

Re: [Openvpn-devel] [PATCH v12] Add DNS SRV remote host discovery support

2022-11-22 Thread Gert Doering
Hi, On Fri, May 07, 2021 at 06:50:22PM +0500, Vladislav Grishenko wrote: > DNS SRV remote host discovery allows to have multiple OpenVPN servers for > a single domain w/o explicit profile enumeration, to move services from > host to host with little fuss, and to designate hosts as primary servers

[Openvpn-devel] [PATCH v12] Add DNS SRV remote host discovery support

2021-05-07 Thread Vladislav Grishenko
DNS SRV remote host discovery allows to have multiple OpenVPN servers for a single domain w/o explicit profile enumeration, to move services from host to host with little fuss, and to designate hosts as primary servers for a service and others as backups. Feature has been asked several times alread