leev / ngx_http_geoip2_module

Nginx GeoIP2 module
BSD 2-Clause "Simplified" License
983 stars 186 forks source link

Added stream support for recent nginx versions (>= 1.11.2) #35

Closed defanator closed 8 years ago

defanator commented 8 years ago

May be useful in the following modules:

http://nginx.org/en/docs/stream/ngx_stream_return_module.html (since 1.11.2) http://nginx.org/en/docs/stream/ngx_stream_map_module.html (since 1.11.2) http://nginx.org/en/docs/stream/ngx_stream_split_clients_module.html (1.11.3) http://nginx.org/en/docs/stream/ngx_stream_log_module.html (since 1.11.4)

and probably others in future.

leev commented 8 years ago

Thank you @defanator for adding this functionality to the module!