yaoweibin / nginx_tcp_proxy_module

add the feature of tcp proxy with nginx, with health check and status monitor
http://yaoweibin.github.com/nginx_tcp_proxy_module
1.65k stars 365 forks source link

GeoIP blocking in TCP_proxy module ! #127

Open gugansankar opened 8 years ago

gugansankar commented 8 years ago

Can I add geoip country blocking in Nginx tcp block as like as http block ?. As I need to allow specific region to access the tcp connection.

chobits commented 8 years ago

hi @gugansankar Geo module is a http module, it cannot work in tcp module.