mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Addded tinyproxy : lightweight HTTP/HTTPS proxy with support for transparent proxying
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3059 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
30
package/tinyproxy/Config.in
Normal file
30
package/tinyproxy/Config.in
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
Reference in New Issue
Block a user