summaryrefslogtreecommitdiff
path: root/data/templates/dns-forwarding/recursor.conf.j2
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-21 21:15:40 +0100
committerGitHub <noreply@github.com>2024-01-21 21:15:40 +0100
commit56dabbfddc6f7d15e27b5293bcf1ed2deb031c38 (patch)
tree5f0c6d0ead545e683489fbb3490dff044e857406 /data/templates/dns-forwarding/recursor.conf.j2
parentc9bceff2191986af504b114d2d8cfc3547f72ed1 (diff)
parent22c8bea36da0a546abcc528dc12a97cd6a0c3b10 (diff)
downloadvyos-1x-56dabbfddc6f7d15e27b5293bcf1ed2deb031c38.tar.gz
vyos-1x-56dabbfddc6f7d15e27b5293bcf1ed2deb031c38.zip
Merge pull request #2854 from indrajitr/simplify-pdns-recursor
dns: T5959: Streamline dns forwarding service
Diffstat (limited to 'data/templates/dns-forwarding/recursor.conf.j2')
-rw-r--r--data/templates/dns-forwarding/recursor.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/dns-forwarding/recursor.conf.j2 b/data/templates/dns-forwarding/recursor.conf.j2
index 55b37732b..e4e8e7044 100644
--- a/data/templates/dns-forwarding/recursor.conf.j2
+++ b/data/templates/dns-forwarding/recursor.conf.j2
@@ -12,7 +12,7 @@ allow-from={{ allow_from | join(',') }}
log-common-errors=yes
non-local-bind=yes
query-local-address={{ source_address | join(',') }}
-lua-config-file=recursor.conf.lua
+lua-config-file={{ config_dir }}/recursor.conf.lua
# cache-size
max-cache-entries={{ cache_size }}
@@ -56,4 +56,4 @@ serve-rfc1918={{ 'no' if no_serve_rfc1918 is vyos_defined else 'yes' }}
# zones
auth-zones={% for z in authoritative_zones %}{{ z.name }}={{ z.file }}{{- "," if not loop.last -}}{% endfor %}
-forward-zones-file=recursor.forward-zones.conf
+forward-zones-file={{ config_dir }}/recursor.forward-zones.conf