Config.in 738 B

123456789101112131415161718192021222324252627282930
  1. #menu "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy."
  2. config ADK_PACKAGE_TINYPROXY
  3. prompt "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy"
  4. tristate
  5. default n
  6. help
  7. Tinyproxy is a lightweight HTTP and HTTPS proxy.
  8. http://tinyproxy.sourceforge.net
  9. config ADK_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
  10. prompt "Enable transparent proxying"
  11. bool
  12. default y
  13. depends on ADK_PACKAGE_TINYPROXY
  14. config ADK_COMPILE_TINYPROXY_WITH_FILTER
  15. prompt "Enable filtering support"
  16. bool
  17. default y
  18. depends on ADK_PACKAGE_TINYPROXY
  19. config ADK_COMPILE_TINYPROXY_WITH_UPSTREAM
  20. prompt "Enable upstream support"
  21. bool
  22. default y
  23. depends on ADK_PACKAGE_TINYPROXY
  24. #endmenu