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.

49 lines
981 B

  1. # CoovaChilli advanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_coova-chilli
  4. config COOVACHILLI_PROXY
  5. bool "Enable support for chilli proxy. Required for AAA Proxy through http"
  6. default n
  7. config COOVACHILLI_REDIR
  8. bool "Enable support for redir server. Required for uamregex"
  9. default n
  10. config COOVACHILLI_MINIPORTAL
  11. bool "Enable support Coova miniportal"
  12. default n
  13. config COOVACHILLI_USERAGENT
  14. bool "Enable recording user-agent"
  15. default n
  16. config COOVACHILLI_DNSLOG
  17. bool "Enable support to log DNS name queries"
  18. default n
  19. config COOVACHILLI_UAMDOMAINFILE
  20. bool "Enable loading of mass uamdomains from file"
  21. default n
  22. config COOVACHILLI_LARGELIMITS
  23. bool "Enable larger limits for use with non-embedded systems"
  24. default n
  25. choice
  26. prompt "SSL library"
  27. default COOVACHILLI_NOSSL
  28. config COOVACHILLI_NOSSL
  29. bool "No SSL support"
  30. config COOVACHILLI_WOLFSSL
  31. bool "wolfSSL"
  32. config COOVACHILLI_OPENSSL
  33. bool "OpenSSL"
  34. endchoice
  35. endmenu