diff options
author | 2022-05-15 13:22:32 +0200 | |
---|---|---|
committer | 2022-05-15 12:12:47 +0200 | |
commit | 06c6bcb1c5bdf2f676d9e8dfc42dfb1e48e13788 (patch) | |
tree | 74a2ec87cbcb000341403afbd1258bfd56451958 /net-dns/pdns/metadata.xml | |
parent | dev-python/python-magic: Keyword 0.4.25 for ~m68k (diff) | |
download | gentoo-06c6bcb1c5bdf2f676d9e8dfc42dfb1e48e13788.tar.gz gentoo-06c6bcb1c5bdf2f676d9e8dfc42dfb1e48e13788.tar.bz2 gentoo-06c6bcb1c5bdf2f676d9e8dfc42dfb1e48e13788.zip |
net-dns/pdns: adding lmdb support
Closes: https://github.com/gentoo/gentoo/pull/25495
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'net-dns/pdns/metadata.xml')
-rw-r--r-- | net-dns/pdns/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-dns/pdns/metadata.xml b/net-dns/pdns/metadata.xml index aa39421d3798..19e010a78adb 100644 --- a/net-dns/pdns/metadata.xml +++ b/net-dns/pdns/metadata.xml @@ -11,6 +11,7 @@ only nameserver. It is written from scratch and conforms to all relevant DNS standards documents. Furthermore, PowerDNS interfaces with almost any database. </longdescription> <use> + <flag name="lmdb">Use LMDB as backend.</flag> <flag name="lua-records">Enable LUA records.</flag> <flag name="mydns">Making it possible to use a MyDNS MySQL database with PowerDNS (not recommended for new deployments).</flag> <flag name="remote">Use a generic socket or pipe as a backend (via JSON RPC requests).</flag> |