summaryrefslogtreecommitdiff
blob: 35d8e8065306780c7cdb29a8493c24f11ce7c7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>nemunaire@nemunai.re</email>
		<name>Pierre-Olivier Mercier</name>
	</maintainer>
	<maintainer type="project">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<use>
		<flag name="dnsproxy">
			Enable the tiny DNS proxy module
		</flag>
		<flag name="dnstap">
			Include support for the dnstap binary log format
			(http://dnstap.info/)
		</flag>
		<flag name="fastparser">
			Use a zone file parser that is faster, but requires
			more memory and CPU time to compile
		</flag>
		<flag name="noudp">
			Enable the module which can send empty truncated
			responses to UDP queries
		</flag>
		<flag name="onlinesign">
			Enable the module that sign zones on the fly instead of
			pre-signing zone
		</flag>
		<flag name="rosedb">
			Enable the module that staticaly override certain
			responses
		</flag>
		<flag name="rrl">
			Enable the response rate limiting module
		</flag>
		<flag name="stats">
			Enable the server statistics module
		</flag>
		<flag name="synthrecord">
			Enable the automatic forward/reverse records module
		</flag>
		<flag name="utils">
			Install Knot utilities, such as kdig, kzonecheck, ...
		</flag>
		<flag name="whoami">
			Enable the whoami response module
		</flag>
	</use>
</pkgmetadata>