nginx/src/stream
Roman Arutyunyan be79f5cb16 Upstream: the "transparent" parameter of proxy_bind and friends.
This parameter lets binding the proxy connection to a non-local address.
Upstream will see the connection as coming from that address.
When used with $remote_addr, upstream will accept the connection from real
client address.

Example:

    proxy_bind $remote_addr transparent;
2015-12-18 19:05:27 +03:00
..
ngx_stream_access_module.c Stream: access module. 2015-06-04 13:04:12 +03:00
ngx_stream_core_module.c Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
ngx_stream_handler.c Stream: additional logging for UDP. 2016-03-18 19:53:22 +03:00
ngx_stream_limit_conn_module.c Fixed logging. 2016-03-31 02:33:57 +03:00
ngx_stream_proxy_module.c Upstream: the "transparent" parameter of proxy_bind and friends. 2015-12-18 19:05:27 +03:00
ngx_stream_ssl_module.c SSL: RSA_generate_key() is deprecated in OpenSSL 1.1.0. 2016-03-31 23:38:34 +03:00
ngx_stream_ssl_module.h Stream: port from NGINX+. 2015-04-20 13:05:11 +03:00
ngx_stream_upstream_hash_module.c Stream: added postconfiguration method to stream modules. 2015-06-09 13:00:45 +03:00
ngx_stream_upstream_least_conn_module.c Style. 2016-03-30 11:52:16 +03:00
ngx_stream_upstream_round_robin.c Style. 2016-03-30 11:52:16 +03:00
ngx_stream_upstream_round_robin.h Upstream: fixed shared upstreams on win32. 2015-06-16 00:43:00 +03:00
ngx_stream_upstream_zone_module.c Fixed strict aliasing warnings with old GCC versions. 2015-07-16 14:20:48 +03:00
ngx_stream_upstream.c Stream: detect port absence in proxy_pass with IP literal. 2016-03-23 17:45:15 +03:00
ngx_stream_upstream.h Stream: UDP proxy. 2016-01-20 19:52:12 +03:00
ngx_stream.c Dynamic modules: changed ngx_modules to cycle->modules. 2016-02-04 18:30:21 +03:00
ngx_stream.h Stream: UDP proxy. 2016-01-20 19:52:12 +03:00