summaryrefslogtreecommitdiff
path: root/src/scanner.l
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-11-03 17:10:33 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-11-03 17:10:33 +0000
commit3b2be8ae886744f96eecd38223352e4b4c68a748 (patch)
tree29f47af2d1791a84f1aca2676418d49102c7a32c /src/scanner.l
parent69be2b84d7f93ecbecd8a846c6fbec256715694c (diff)
downloadtinyproxy-3b2be8ae886744f96eecd38223352e4b4c68a748.tar.gz
tinyproxy-3b2be8ae886744f96eecd38223352e4b4c68a748.zip
Removed all the code supporting the TCP tunnelling feature of
tinyproxy. There is really no need for this code, since there are perfectly good programs out there (like rinetd) which are designed for TCP tunnelling. tinyproxy should be a good HTTP proxy, nothing more, and nothing less; therefore, the tunnelling code is gone.
Diffstat (limited to '')
-rw-r--r--src/scanner.l3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scanner.l b/src/scanner.l
index bb142f7..e6c33a9 100644
--- a/src/scanner.l
+++ b/src/scanner.l
@@ -1,4 +1,4 @@
-/* $Id: scanner.l,v 1.14 2002-06-07 18:29:40 rjkaes Exp $
+/* $Id: scanner.l,v 1.15 2002-11-03 17:10:32 rjkaes Exp $
*
* This builds the scanner for the tinyproxy configuration file. This
* file needs to stay in sync with grammar.y. If someone knows lex and yacc
@@ -48,7 +48,6 @@ static struct keyword keywords[] = {
{ "filterextended", KW_FILTEREXTENDED },
{ "filterdefaultdeny", KW_FILTER_DEFAULT_DENY },
{ "xtinyproxy", KW_XTINYPROXY },
- { "tunnel", KW_TUNNEL },
{ "upstream", KW_UPSTREAM },
{ "allow", KW_ALLOW },
{ "deny", KW_DENY },