[Pdns-users] Logging outgoing queries and responses
Kenneth Marshall
ktm at rice.edu
Wed Aug 4 14:19:02 UTC 2021
> I Removed [Brackets],
>
> But problem exists
>
> Aug 4 14:40:19 localhost pdns_recursor: STL Exception: [string "chunk"]:1:
> ')' expected near '='
>
> Aug 4 14:40:19 localhost pdns_recursor: Unable to load Lua script from
> '/etc/pdns-recursor/lua.conf': [string "chunk"]:1: ')' expected near '='
>
Hi,
Here is what we have in place that is working:
protobufServer("10.10.10.10:9001",
{ logQueries=true,
logResponses=true,
exportTypes=
{'A', 'AAAA', 'CNAME', 'MX', 'NS', 'SPF', 'SRV', 'TXT'}
} )
Regards,
Ken
More information about the Pdns-users
mailing list