You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
948 B

  1. menu "Configuration"
  2. depends on PACKAGE_kadnode
  3. config KADNODE_ENABLE_LPD
  4. bool "Enable Local Peer Discovery"
  5. depends on PACKAGE_kadnode
  6. default y
  7. config KADNODE_ENABLE_CMD
  8. bool "Enable Command Console"
  9. depends on PACKAGE_kadnode
  10. default y
  11. config KADNODE_ENABLE_DNS
  12. bool "Enable the local DNS server"
  13. depends on PACKAGE_kadnode
  14. default y
  15. config KADNODE_ENABLE_TLS
  16. bool "Enable TLS authentication support"
  17. depends on PACKAGE_kadnode
  18. default y
  19. config KADNODE_ENABLE_BOB
  20. bool "Enable BOB authentication support"
  21. depends on PACKAGE_kadnode
  22. default y
  23. config KADNODE_ENABLE_UPNP
  24. bool "Enable UPnP support to add port forwardings on other routers"
  25. depends on PACKAGE_kadnode
  26. default n
  27. config KADNODE_ENABLE_NATPMP
  28. bool "Enable NAT-PMP support to add port forwardings on other routers"
  29. depends on PACKAGE_kadnode
  30. default n
  31. config KADNODE_ENABLE_DEBUG
  32. bool "Build in debug mode"
  33. depends on PACKAGE_kadnode
  34. default n
  35. endmenu