diff options
author | Moritz Warning <moritzwarning@web.de> | 2017-12-20 13:05:33 +0100 |
---|---|---|
committer | Moritz Warning <moritzwarning@web.de> | 2018-01-14 22:33:45 +0100 |
commit | 46304b2f58291e74b3a7c8198fb142990307e25d (patch) | |
tree | e0ad87daaebafd8e9bc14527e87ed48705b68c67 /net/kadnode/Config.in | |
parent | c34edc217185d98d169402ee0ed8b87e70bb2071 (diff) |
kadnode: add new package
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Diffstat (limited to 'net/kadnode/Config.in')
-rw-r--r-- | net/kadnode/Config.in | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/net/kadnode/Config.in b/net/kadnode/Config.in new file mode 100644 index 000000000..4cf680ae8 --- /dev/null +++ b/net/kadnode/Config.in @@ -0,0 +1,44 @@ +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 |