xinzhanguo / ngx_http_dns_resolv

ngx_http_dns_resolv_module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx_http_dns_resolv

ngx_http_dns_resolv

  location ~ /dns/(.+) {
    resolver 8.8.8.8;
    dns_resolv_host $1;
  }
curl loclahost/dns/google.com

About

ngx_http_dns_resolv_module


Languages

Language:C 100.0%