nginx.conf out

Signed-off-by: ale <ale@manalejandro.com>
This commit is contained in:
ale 2024-11-18 23:27:03 +01:00
parent 004a8b5d93
commit 173e912815
Signed by: ale
GPG Key ID: 244A9C4DAB1C0C81

View File

@ -1,3 +1,4 @@
stream {
js_import /etc/nginx/nginx-dns/njs.d/dns/dns.js; 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 # 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; error_log /dev/null;
return $dns_response; return $dns_response;
} }
}