summaryrefslogtreecommitdiffstats
path: root/rules/totd.in
blob: f56af05e073287dff0c5b35f37caf6db802e0dec (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
53
54
55
56
## SECTION=networking_ipv6_transition

menuconfig TOTD
	tristate
	prompt "totd                          "
	help
	  This is the Trick Or Treat Daemon (TOTD)

	  Totd is a DNS proxy for IPv4/IPv6 translation,
	  developed by the Vermicelli Project (Norway)
	  and can be used as a DNS-ALG for NAT-PT or
	  pTRTd based setups.

	  Beware: This is rather old vodoo, last upstream update was
	  in 2005. This ptxdist package ist provided primarily for
	  test environments, ipv6 transition planing, etc.

	  The Debian Project has a slightly older version of this
	  package at http://packages.qa.debian.org/t/totd.html with
	  some patches (resolvconf integration, l10n, etc)

	  References:
	  http://www.vermicelli.pasta.cs.uit.no/

if TOTD

config TOTD_IPV4
	bool
	prompt "ipv4 support"

config TOTD_IPV6
	bool
	prompt "ipv6 support"

config TOTD_STF
	bool
	prompt "stf support"
	help
	  Enables support for 6to4 (stf) reverse lookup.

config TOTD_SCOPED_REWRITE
	bool
	prompt "scoped rewrite"
	help
	  Enables support for scoped address rewriting.

config TOTD_HTTPD_SERVER
	bool
	# needs libswill
	depends on BROKEN
	prompt "integrated management webserver"
	help
	  Enables support for configuration and management using a
	  builtin (SWILL) web-server

endif