b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | #fwknop config |
2 | menu "Configuration" | ||||
3 | depends on PACKAGE_fwknopd || PACKAGE_fwknop | ||||
4 | |||||
5 | config FWKNOPD_GPG | ||||
6 | bool "Enable GPG support" | ||||
7 | select PACKAGE_gnupg | ||||
8 | default n | ||||
9 | |||||
10 | config FWKNOPD_NFQ_CAPTURE | ||||
11 | bool "Enable netfilter_queue capture support (disables libpcap support)" | ||||
12 | select PACKAGE_iptables-mod-nfqueue | ||||
13 | default n | ||||
14 | |||||
15 | endmenu |