123456789101112131415161718192021222324252627282930 |
- #menu "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy."
- config ADK_PACKAGE_TINYPROXY
- prompt "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy"
- tristate
- default n
- help
- Tinyproxy is a lightweight HTTP and HTTPS proxy.
- http://tinyproxy.sourceforge.net
- config ADK_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
- prompt " Enable transparent proxying"
- bool
- default y
- depends on ADK_PACKAGE_TINYPROXY
- config ADK_COMPILE_TINYPROXY_WITH_FILTER
- prompt " Enable filtering support"
- bool
- default y
- depends on ADK_PACKAGE_TINYPROXY
- config ADK_COMPILE_TINYPROXY_WITH_UPSTREAM
- prompt " Enable upstream support"
- bool
- default y
- depends on ADK_PACKAGE_TINYPROXY
- #endmenu
|