Re: [ANNOUNCE] nginx-http-rdns module

2013-09-30 Thread Dmitry Shurupov
Thank you, it's merged: https://github.com/flant/nginx-http-rdns/commit/8c2ef68b1767590aab131cd5c3a2fd1955f0b3c6 27.09.2013 20:08, itpp2012 пишет: Here's a fix for a typo; ngx_http_rdns_module.c -l709 static void dns_handler(ngx_resolver_ctx_t * rctx) {; +l709 static void

Re: [ANNOUNCE] nginx-http-rdns module

2013-09-27 Thread itpp2012
Here's a fix for a typo; ngx_http_rdns_module.c -l709 static void dns_handler(ngx_resolver_ctx_t * rctx) {; +l709 static void dns_handler(ngx_resolver_ctx_t * rctx) { Posted at Nginx Forum: http://forum.nginx.org/read.php?2,243191,243213#msg-243213