diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-14 12:01:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-14 12:01:36 +0000 |
commit | 25f514a1f78e7445330e7be3ef5963b0f66637c6 (patch) | |
tree | 1be80177ad740e754b6bca64336eaa1696573a7e /package/wccpd/Config.in | |
parent | 8701eb1865f5fc8801a82b728436af81ac084b3b (diff) | |
download | upstream-25f514a1f78e7445330e7be3ef5963b0f66637c6.tar.gz upstream-25f514a1f78e7445330e7be3ef5963b0f66637c6.tar.bz2 upstream-25f514a1f78e7445330e7be3ef5963b0f66637c6.zip |
Added wccpd a Web Cache Coordination Protocol daemon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wccpd/Config.in')
-rwxr-xr-x | package/wccpd/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/wccpd/Config.in b/package/wccpd/Config.in new file mode 100755 index 0000000000..33b35ecb0e --- /dev/null +++ b/package/wccpd/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_WCCPD + prompt "wccpd............................. a Web Cache Coordination daemon" + tristate + default m if CONFIG_DEVEL + help + wccpd is a WCCP (Web Cache Coordination Protocol) server daemon + It allows a router (running Linux) to redirect web traffic to a + group of Squid servers using WCCP as the monitoring/controling + protocol. |