/
UCS
/
openwrt_packages
Обзор
Документация
Войти
/
UCS
/
openwrt_packages
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
net/kadnode/Config.in
44 строки
948 B
Moritz Warning
kadnode: add new package
15 янв 2018, 00:33
15 янв 2018, 00:33
46304b2
Код
Авторство
О чём код?
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