diff options
author | Jernej Jakob <jernej.jakob@gmail.com> | 2020-06-11 08:13:20 +0200 |
---|---|---|
committer | Jernej Jakob <jernej.jakob@gmail.com> | 2020-06-11 22:10:47 +0200 |
commit | faa70f9fca2249f061a8890734cc4622f06395a3 (patch) | |
tree | bfb714ad5df67a86f4633cdb28eb06da55823e24 /data/templates | |
parent | 3bc07c4fc8bdc865a767aa927bfe9487710ee4d4 (diff) | |
download | vyos-1x-faa70f9fca2249f061a8890734cc4622f06395a3.tar.gz vyos-1x-faa70f9fca2249f061a8890734cc4622f06395a3.zip |
dns forwarding: T2486: add lua-config-file
The file will be generated by vyos-hostsd to add NTAs for zones (domains)
from /etc/hosts and forward-zones.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/dns-forwarding/recursor.conf.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/dns-forwarding/recursor.conf.tmpl b/data/templates/dns-forwarding/recursor.conf.tmpl index 9aea00de5..c3ffea159 100644 --- a/data/templates/dns-forwarding/recursor.conf.tmpl +++ b/data/templates/dns-forwarding/recursor.conf.tmpl @@ -12,6 +12,7 @@ log-common-errors=yes non-local-bind=yes query-local-address=0.0.0.0 query-local-address6=:: +lua-config-file=recursor.conf.lua # cache-size max-cache-entries={{ cache_size }} |