]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Allow returning the `DNSQuestion`'s `data` table from `gettag()` 4982/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Feb 2017 14:26:24 +0000 (15:26 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 7 Feb 2017 14:54:02 +0000 (15:54 +0100)
commit05c7412280a833fbc0e65bd473236f86677f7ebc
tree979b7d56ac8671e40890e242bad78d29ead716da
parent0ceb8b594c4b13374069e83272fec19da09a7c07
rec: Allow returning the `DNSQuestion`'s `data` table from `gettag()`

Allow `gettag()` to optionally return a table whose keys and values
are strings, to fill up the `DNSQuestion`'s `data` table.
docs/markdown/recursor/scripting.md
pdns/lua-recursor4.cc
pdns/lua-recursor4.hh
pdns/pdns_recursor.cc