1
0

Config.in 304 B

12345678910111213141516
  1. #fwknop config
  2. menu "Configuration"
  3. depends on PACKAGE_fwknopd
  4. config FWKNOPD_GPG
  5. bool "Enable GPG support"
  6. select PACKAGE_gnupg
  7. default n
  8. config FWKNOPD_NFQ_CAPTURE
  9. bool "Enable netfilter_queue capture support (disables libpcap support)"
  10. select PACKAGE_iptables-mod-nfqueue
  11. default n
  12. endmenu