1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00
openwrt-packages/net/kadnode/Config.in
Moritz Warning 46304b2f58 kadnode: add new package
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-01-14 22:33:45 +01:00

45 lines
948 B
Plaintext

menu "Configuration"
depends on PACKAGE_kadnode
config KADNODE_ENABLE_LPD
bool "Enable Local Peer Discovery"
depends on PACKAGE_kadnode
default y
config KADNODE_ENABLE_CMD
bool "Enable Command Console"
depends on PACKAGE_kadnode
default y
config KADNODE_ENABLE_DNS
bool "Enable the local DNS server"
depends on PACKAGE_kadnode
default y
config KADNODE_ENABLE_TLS
bool "Enable TLS authentication support"
depends on PACKAGE_kadnode
default y
config KADNODE_ENABLE_BOB
bool "Enable BOB authentication support"
depends on PACKAGE_kadnode
default y
config KADNODE_ENABLE_UPNP
bool "Enable UPnP support to add port forwardings on other routers"
depends on PACKAGE_kadnode
default n
config KADNODE_ENABLE_NATPMP
bool "Enable NAT-PMP support to add port forwardings on other routers"
depends on PACKAGE_kadnode
default n
config KADNODE_ENABLE_DEBUG
bool "Build in debug mode"
depends on PACKAGE_kadnode
default n
endmenu