From 4cf0e2848372b7566f49a9cb4b8dcf9dbad43597 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Tue, 12 Jul 2016 17:34:43 +0300 Subject: Stream: geoip module. --- auto/options | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'auto/options') diff --git a/auto/options b/auto/options index 69d612c99..6544ba69a 100644 --- a/auto/options +++ b/auto/options @@ -117,6 +117,7 @@ STREAM=NO STREAM_SSL=NO STREAM_LIMIT_CONN=YES STREAM_ACCESS=YES +STREAM_GEOIP=NO STREAM_MAP=YES STREAM_RETURN=YES STREAM_UPSTREAM_HASH=YES @@ -293,6 +294,9 @@ use the \"--with-mail_ssl_module\" option instead" --with-stream) STREAM=YES ;; --with-stream=dynamic) STREAM=DYNAMIC ;; --with-stream_ssl_module) STREAM_SSL=YES ;; + --with-stream_geoip_module) STREAM_GEOIP=YES ;; + --with-stream_geoip_module=dynamic) + STREAM_GEOIP=DYNAMIC ;; --without-stream_limit_conn_module) STREAM_LIMIT_CONN=NO ;; --without-stream_access_module) STREAM_ACCESS=NO ;; @@ -494,6 +498,8 @@ cat << END --with-stream enable TCP/UDP proxy module --with-stream=dynamic enable dynamic TCP/UDP proxy module --with-stream_ssl_module enable ngx_stream_ssl_module + --with-stream_geoip_module enable ngx_stream_geoip_module + --with-stream_geoip_module=dynamic enable dynamic ngx_stream_geoip_module --without-stream_limit_conn_module disable ngx_stream_limit_conn_module --without-stream_access_module disable ngx_stream_access_module --without-stream_map_module disable ngx_stream_map_module -- cgit