]> git.ipfire.org Git - thirdparty/unbound.git/commit
fix ipset wrong behavior 955/head
authorAlexander V. Buev <san@zzz.spb.ru>
Tue, 17 Oct 2023 15:35:42 +0000 (18:35 +0300)
committerAlexander V. Buev <san@zzz.spb.ru>
Tue, 17 Oct 2023 15:35:42 +0000 (18:35 +0300)
commit23ae0a9838308706167484ef09a6ffe481953369
tree785169db79879fda56b284e7c009b6196904b8c5
parent4b627bd29e5c28fef256c7e6182bced10adbcc68
fix ipset wrong behavior

  Issue description:

    If local zone directive is assigned as following:

      "local-zone domain.com ipset"

    then any answers for query with names such as
    "anytext1domain.com" or "example2domain.com"
    will be added to ipset.

  This commit fixes this issue.
ipset/ipset.c