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