]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: geoip, compute weight per QType
authorBaptiste Courtois <b.courtois@criteo.com>
Sat, 24 Nov 2018 15:16:11 +0000 (16:16 +0100)
committerBaptiste Courtois <b.courtois@criteo.com>
Fri, 25 Jan 2019 18:45:45 +0000 (19:45 +0100)
commit618824cb73db384d52cf379c7d49744dbb5b8f6d
treeea36842158f42caeacabd59cc219496537886c80
parent9e45e188a9e92f97c85e71fec69a2ff9c32807e9
auth: geoip, compute weight per QType

As seen in #7051 the former behavior of the geoip backend in mixed
weighted QType cases, was erroneous.
Having per QType weights allows proper static lookup.
It also enables to question with ANY and retrieve one record per QType.

Closes #7051
docs/backends/geoip.rst
modules/geoipbackend/geoipbackend.cc