summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_realip_module.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-21Core: moved PROXY protocol fields out of ngx_connection_t.Roman Arutyunyan1-4/+4
Now a new structure ngx_proxy_protocol_t holds these fields. This allows to add more PROXY protocol fields in the future without modifying the connection structure.
2017-08-01Variables: macros for null variables.Ruslan Ermilov1-1/+1
No functional changes.
2017-05-15Realip: allow hostnames in set_real_ip_from (ticket #1180).Ruslan Ermilov1-15/+68
2016-09-15Stream: phases.Roman Arutyunyan1-1/+7
2016-09-01Stream: realip module.Dmitry Volyntsev1-0/+342