diff --git a/dns.conf b/dns.conf index ede21f7..8fea695 100644 --- a/dns.conf +++ b/dns.conf @@ -1,3 +1,4 @@ +stream { js_import /etc/nginx/nginx-dns/njs.d/dns/dns.js; # The $dns_qname variable can be populated by preread calls, and can be used for DNS routing @@ -71,3 +72,4 @@ error_log /dev/null; return $dns_response; } +}