]> git.ipfire.org Git - thirdparty/pdns.git/blame - builder-support/debian/authoritative/debian-buster/config/lua.conf
Merge pull request #8434 from mind04/pdns-remove-mydns
[thirdparty/pdns.git] / builder-support / debian / authoritative / debian-buster / config / lua.conf
CommitLineData
7680cd5b
PL
1# Configuration for the lua backend
2#lua-filename = powerdns-luabackend.lua
4298a082 3#lua-query-logging = no
7680cd5b
PL
4
5# You can also override all the default functionsnames for the luafunctions if you
6# want. The prefix is lua-f_<functionname>=mynewfunction. For example:
7#lua-f_lookup = mynewfunction
8#
9# will call the function 'mynewfunction' for the lookup-routine.
10#
11# If you want your own configuration parameters you can have that too.
12# Just call the function getarg("my_parameter") and it will return the value
13# of 'lua-my_parameter'. For boolean you use the function mustdo("my_parameter").