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.

16 lines
304 B

  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