Re: [Openvpn-devel] SRV record support

2015-08-12 Thread Gert Doering
Hi, On Wed, Aug 12, 2015 at 12:09:47PM +0200, Arne Schwabe wrote: > Yes but changing /A of opnvpn.company.com or IN SRV of > openvpn.company.com is not such a big difference. This was my thought as well, but SRV does have merits - especially the priority thing is something you can't properly

Re: [Openvpn-devel] SRV record support

2015-08-12 Thread Arne Schwabe
Am 12.08.15 um 11:00 schrieb Markus Grundmann: > Hi, > > I'm not a OpenVPN developer but the support of SRV records is a good > idea. A client configuration works without a predefined VPN server and > port and whenever you move your VPN server to another location or > network. Only a domain must

Re: [Openvpn-devel] SRV record support

2015-08-12 Thread Markus Grundmann
Hi, I'm not a OpenVPN developer but the support of SRV records is a good idea. A client configuration works without a predefined VPN server and port and whenever you move your VPN server to another location or network. Only a domain must defined that contain the right service record. I think it so

Re: [Openvpn-devel] SRV record support

2015-08-12 Thread Arne Schwabe
Am 12.08.15 um 10:32 schrieb Gergely Czuczy: > > > On 2015-08-11 17:08, Arne Schwabe wrote: >> >> Am 11.08.15 um 16:42 schrieb Gergely Czuczy: >>> Hello, >>> >>> I would like to ask some help, I'm looking at the OpenVPN source tree >>> from GitHub as I would like to see how much effort would it b

Re: [Openvpn-devel] SRV record support

2015-08-12 Thread Gergely Czuczy
On 2015-08-11 21:19, Gert Doering wrote: Hi, On Tue, Aug 11, 2015 at 04:42:40PM +0200, Gergely Czuczy wrote: I would like to ask some help, I'm looking at the OpenVPN source tree from GitHub as I would like to see how much effort would it be me to add SRV record support, as it has increasing de

Re: [Openvpn-devel] SRV record support

2015-08-12 Thread Gergely Czuczy
On 2015-08-11 17:08, Arne Schwabe wrote: Am 11.08.15 um 16:42 schrieb Gergely Czuczy: Hello, I would like to ask some help, I'm looking at the OpenVPN source tree from GitHub as I would like to see how much effort would it be me to add SRV record support, as it has increasing demand these da

Re: [Openvpn-devel] SRV record support

2015-08-11 Thread Gert Doering
Hi, On Tue, Aug 11, 2015 at 05:08:12PM +0200, Arne Schwabe wrote: > > SRV record mechanism/requirements are the following: > > - It's protocol-specific, so at lookup time it has to be known whether > > it's for UDP or TCP > If proto were optional that would fit OpenVPN better. But SRV records >

Re: [Openvpn-devel] SRV record support

2015-08-11 Thread Gert Doering
Hi, On Tue, Aug 11, 2015 at 04:42:40PM +0200, Gergely Czuczy wrote: > I would like to ask some help, I'm looking at the OpenVPN source tree > from GitHub as I would like to see how much effort would it be me to add > SRV record support, as it has increasing demand these days (and really > makes se

Re: [Openvpn-devel] SRV record support

2015-08-11 Thread Arne Schwabe
Am 11.08.15 um 16:42 schrieb Gergely Czuczy: > Hello, > > I would like to ask some help, I'm looking at the OpenVPN source tree > from GitHub as I would like to see how much effort would it be me to add > SRV record support, as it has increasing demand these days (and really > makes sense, especi

[Openvpn-devel] SRV record support

2015-08-11 Thread Gergely Czuczy
Hello, I would like to ask some help, I'm looking at the OpenVPN source tree from GitHub as I would like to see how much effort would it be me to add SRV record support, as it has increasing demand these days (and really makes sense, especially for enterprises). So, the question is, what would b