mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 09:45:21 +02:00
31 lines
743 B
Plaintext
31 lines
743 B
Plaintext
|
menu "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy."
|
||
|
|
||
|
config BR2_PACKAGE_TINYPROXY
|
||
|
prompt "tinyproxy......................... Tinyproxy is a lightweight HTTP and HTTPS proxy"
|
||
|
tristate
|
||
|
default m if CONFIG_DEVEL
|
||
|
help
|
||
|
Tinyproxy is a lightweight HTTP and HTTPS proxy.
|
||
|
|
||
|
http://tinyproxy.sourceforge.net
|
||
|
|
||
|
config BR2_COMPILE_TINYPROXY_WITH_TRANSPARENT_PROXY
|
||
|
prompt "Enable transparent proxying"
|
||
|
bool
|
||
|
default y
|
||
|
depends BR2_PACKAGE_TINYPROXY
|
||
|
|
||
|
config BR2_COMPILE_TINYPROXY_WITH_FILTER
|
||
|
prompt "Enable filtering support"
|
||
|
bool
|
||
|
default y
|
||
|
depends BR2_PACKAGE_TINYPROXY
|
||
|
|
||
|
config BR2_COMPILE_TINYPROXY_WITH_UPSTREAM
|
||
|
prompt "Enable upstream support"
|
||
|
bool
|
||
|
default y
|
||
|
depends BR2_PACKAGE_TINYPROXY
|
||
|
|
||
|
endmenu
|