Re: [Openvpn-devel] [PATCH 2/2] When using UDP over SOCKS5, send the actual remote hostname (FQDN) to the proxy server in the first packet.

2013-08-26 Thread Jesse Glick
On Sat, Aug 24, 2013 at 4:35 AM, Gert Doering wrote: > I do not really see people sharing multiple OpenVPN services behind > one single "reverse proxy" That was my intent but obviously there will not be such a service if the client cannot support it. > with OpenVPN > you usually specify the port

Re: [Openvpn-devel] [PATCH 2/2] When using UDP over SOCKS5, send the actual remote hostname (FQDN) to the proxy server in the first packet.

2013-08-22 Thread Jesse Glick
On Thu, Aug 22, 2013 at 7:08 PM, Josh Cepek wrote: >> akin to how HTTP reverse proxies commonly delegate to a physical server >> according to the HTTP 1.1 Host header—so that many hostnames can map >> to the same IP of the reverse proxy. > > There was some issue figuring out what this all means. D

Re: [Openvpn-devel] [PATCH 2/2] When using UDP over SOCKS5, send the actual remote hostname (FQDN) to the proxy server in the first packet.

2013-08-22 Thread Jesse Glick
On Thu, Aug 22, 2013 at 5:11 PM, Arne Schwabe wrote: > I will be happy to look at the patch Thanks. (As mentioned in the initial summary, the newly introduced behavior probably needs to be a configurable option, but I did not want to spend time implementing that unless there was general agreemen

Re: [Openvpn-devel] [PATCH 2/2] When using UDP over SOCKS5, send the actual remote hostname (FQDN) to the proxy server in the first packet.

2013-08-22 Thread Jesse Glick
On Thu, Aug 8, 2013 at 1:59 PM, Jesse Glick wrote: > Also as: https://github.com/OpenVPN/openvpn/pull/6 Ping. Anyone care about this?

[Openvpn-devel] [PATCH 2/2] When using UDP over SOCKS5, send the actual remote hostname (FQDN) to the proxy server in the first packet.

2013-08-08 Thread Jesse Glick
Also as: https://github.com/OpenVPN/openvpn/pull/6 I was exploring the possibility of using a SOCKS5 server to multiplex OpenVPN connections based on hostname (in the remote option), akin to how HTTP reverse proxies commonly delegate to a physical server according to the HTTP 1.1 Host header—so th

[Openvpn-devel] [PATCH 1/2] Allow use of NetBeans without saving nbproject/ directory.

2013-08-08 Thread Jesse Glick
.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a04afff..3a2f384 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ tests/t_client.sh tests/t_client-*-20??-??/ src/openvpn/openvpn config-version.h +nbproject -- 1.8.1.2