rtl-sdr: switch to git tarball
[feed/packages.git] / net / kadnode / Config.in
1 menu "Configuration"
2 depends on PACKAGE_kadnode
3
4 config KADNODE_ENABLE_LPD
5 bool "Enable Local Peer Discovery"
6 depends on PACKAGE_kadnode
7 default y
8
9 config KADNODE_ENABLE_CMD
10 bool "Enable Command Console"
11 depends on PACKAGE_kadnode
12 default y
13
14 config KADNODE_ENABLE_DNS
15 bool "Enable the local DNS server"
16 depends on PACKAGE_kadnode
17 default y
18
19 config KADNODE_ENABLE_TLS
20 bool "Enable TLS authentication support"
21 depends on PACKAGE_kadnode
22 default y
23
24 config KADNODE_ENABLE_BOB
25 bool "Enable BOB authentication support"
26 depends on PACKAGE_kadnode
27 default y
28
29 config KADNODE_ENABLE_UPNP
30 bool "Enable UPnP support to add port forwardings on other routers"
31 depends on PACKAGE_kadnode
32 default n
33
34 config KADNODE_ENABLE_NATPMP
35 bool "Enable NAT-PMP support to add port forwardings on other routers"
36 depends on PACKAGE_kadnode
37 default n
38
39 config KADNODE_ENABLE_DEBUG
40 bool "Build in debug mode"
41 depends on PACKAGE_kadnode
42 default n
43
44 endmenu