Merge pull request #6230 from sartura/sysstat_bump_to_11.6.4
[feed/packages.git] / net / bind / Config.in
1 if PACKAGE_bind-server
2
3 config BIND_ENABLE_FILTER_AAAA
4 bool
5 default y
6 prompt "Enable filtering of AAAA records returned to the client"
7 help
8 BIND 9 has an option to filter AAAA (IPv6 address) records
9 returned to the client based on the transport used for the
10 query, and other filtering conditions. This filtering does
11 not affect the recursive queries made by the server (if
12 any) as a result of the client request.
13
14 Additional details are available at
15 https://kb.isc.org/article/AA-00576/0/Filter-AAAA-option-in-BIND-9-.html
16
17 config BIND_LIBJSON
18 bool
19 default n
20 prompt "Include libjson support in bind-server"
21 help
22 BIND 9 supports reporting statistics about usage. libjson
23 is required to report server statistics in JSON format.
24 Building with libjson support will require the libjson-c
25 package to be installed as well.
26
27 config BIND_LIBXML2
28 bool
29 default n
30 prompt "Include libxml2 support in bind-server"
31 help
32 BIND 9 supports reporting statistics about usage.
33 libxml2 is required to report server statistics in XML
34 format. Building with libjson support will require the
35 libxml2 package to be installed as well.
36
37 config BIND_ENABLE_EDDSA
38 bool
39 default n
40 prompt "Include Edwards Curve DNSSEC signature support"
41 help
42 Enable BIND support for Edwards Curve DNSSEC signing algorithms
43 described in RFC 8080.
44
45 Note that this requires OpenSSL 1.1, which is not currently
46 the available in OpenWRT, so it is disabled by default.
47 endif