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

2023-01-31 Thread Gert Doering
Hi, On Wed, Jan 11, 2023 at 01:42:31AM +0500, Vladislav Grishenko wrote: > Hi, sure, will do. > Yes, I???ve noticed undesired code dup in v14 and have fixed everything found > in v15 rebase, same will be rechecked in v16 of course. Did you find time to have a look into this? 2.6.0 is out, but si

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

2023-01-10 Thread Vladislav Grishenko
Hi, sure, will do. Yes, I’ve noticed undesired code dup in v14 and have fixed everything found in v15 rebase, same will be rechecked in v16 of course. Thanks! Ср, 11 янв. 2023 г. в 01:05, Gert Doering : > Hi, > > On Thu, Dec 29, 2022 at 12:27:46PM +0500, Vladislav Grishenko wrote: > > client wi

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

2023-01-10 Thread Gert Doering
Hi, On Thu, Dec 29, 2022 at 12:27:46PM +0500, Vladislav Grishenko wrote: > client will move on to the next connection entry. > > v15: > rebase to master (Dec 2022) > add optional port argument to --remote and --remote-srv usage message > fix --proto option coexisting with --remote-s

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

2022-12-29 Thread Frank Lichtenheld
On Thu, Dec 29, 2022 at 11:29:29AM +0100, Frank Lichtenheld wrote: > On Thu, Dec 29, 2022 at 12:27:46PM +0500, Vladislav Grishenko wrote: > [...] > > v15: > > rebase to master (Dec 2022) > > add optional port argument to --remote and --remote-srv usage message > > fix --proto option coe

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

2022-12-29 Thread Frank Lichtenheld
On Thu, Dec 29, 2022 at 12:27:46PM +0500, Vladislav Grishenko wrote: [...] > v15: > rebase to master (Dec 2022) > add optional port argument to --remote and --remote-srv usage message > fix --proto option coexisting with --remote-srv > fix --nobind option coexisting with --remote-sr

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

2022-12-28 Thread Vladislav Grishenko
Hi, please refer diff against v14 https://pastebin.com/XA0dWiih -- Best Regards, Vladislav Grishenko ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

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

2022-12-28 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