diff options
Diffstat (limited to 'data/templates/dns-forwarding/recursor.conf.lua.j2')
-rw-r--r-- | data/templates/dns-forwarding/recursor.conf.lua.j2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/templates/dns-forwarding/recursor.conf.lua.j2 b/data/templates/dns-forwarding/recursor.conf.lua.j2 new file mode 100644 index 0000000..8026442 --- /dev/null +++ b/data/templates/dns-forwarding/recursor.conf.lua.j2 @@ -0,0 +1,8 @@ +-- Autogenerated by VyOS (service_dns_forwarding.py) -- +-- Do not edit, your changes will get overwritten -- + +-- Load DNSSEC root keys from dns-root-data package. +dofile("/usr/share/pdns-recursor/lua-config/rootkeys.lua") + +-- Load lua from vyos-hostsd -- +dofile("{{ config_dir }}/recursor.vyos-hostsd.conf.lua") |