Welcome! Log In Create A New Profile

Advanced

Re: Request: upstream via a SOCKS proxy

Tom van der Woerdt
January 25, 2013 07:14AM
Yes, I currently use a proxy like that, but it feels like a performance
killer to do it like that. If implemented in nginx it could be so much
faster.

About SOCKS implementations: as long as authentication isn't required,
the handshake is really, really easy, especially version 4. The lack of
a framing protocol makes it behave like any normal socket once the
handshake is done.

Tom


Op 1/25/13 12:57 PM, Aleksandar Lazic schreef:
> Hi,
>
> There are some http2socks proxy out there.
>
> http://www.privoxy.org/
> http://www.privoxy.org/user-manual/config.html#SOCKS
>
> http://www.delegate.org/delegate/
> http://www.delegate.org/delegate/Manual.htm#SOCKS
>
> http://en.wikipedia.org/wiki/SOCKS#Translating_proxies
>
> The setup coul looks like
>
> client -> nginx -> http-proxylistener -> socks-proxyrequester ->
> socks-server
>
> OT: Sock5 is not so easy if you want to implement the full protocol,
> imho.
>
> I Agree with you that this would be a nice upsteam module, even that I
> don't
> need it at the moment.
>
> Cheers
> Aleks
> Am 23-01-2013 17:05, schrieb Tom van der Woerdt:
>> Hi,
>>
>> A project I'm working on has a backend server that, for security
>> reasons, can only be accessed via a SOCKS4a/SOCKS5 proxy. A frontend
>> server for this project (nginx) has one simple task: to proxy all
>> incoming connections to the backend server.
>>
>> Right now, nginx cannot do this, because it has no support for
>> proxying upstream connections via a SOCKS proxy. The current temporary
>> workaround is to run another service on the frontend machine that acts
>> like a HTTP server but proxies the data to the backend - basically
>> everything I'd like nginx to do. I cannot use this service as my main
>> frontend, because there are a few other files that also need to be
>> served.
>>
>> SOCKS4a and SOCKS5 are really easy protocols and are basically just
>> sockets but with an alternate handshake (skip the DNS lookup, send the
>> hostname to the socket instead). Since they should be so easy to
>> implement, I'm requesting that on this mailing list.
>>
>> I was thinking of a config file that would look something like this :
>>
>> upstream backend {
>> server hidden_dns.local socks4=127.0.0.1:1234;
>> }
>>
>> server {
>> location / {
>> proxy_pass http://backend;
>> }
>> }
>>
>> As far as I'm aware, this feature wouldn't break anything, since a
>> SOCKS connections behaves just like any other normal socket.
>>
>> Thanks for considering,
>> Tom van der Woerdt
>>
>>
>> _______________________________________________
>> nginx-devel mailing list
>> nginx-devel@nginx.org
>> http://mailman.nginx.org/mailman/listinfo/nginx-devel
>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

Request: upstream via a SOCKS proxy

Tom van der Woerdt 1698 January 23, 2013 11:08AM

Re: Request: upstream via a SOCKS proxy

姚伟斌 1024 January 24, 2013 10:46PM

Re: Request: upstream via a SOCKS proxy Attachments

Tom van der Woerdt 9775 January 25, 2013 06:38AM

Re: Request: upstream via a SOCKS proxy

Aleksandar Lazic 2828 January 25, 2013 06:58AM

Re: Request: upstream via a SOCKS proxy Attachments

Tom van der Woerdt 1034 January 25, 2013 07:14AM

Re: Request: upstream via a SOCKS proxy

Tom van der Woerdt 3977 January 25, 2013 04:48PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 114
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready