diff options
Diffstat (limited to 'src/usr.bin/nc/scripts/webproxy')
-rw-r--r-- | src/usr.bin/nc/scripts/webproxy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr.bin/nc/scripts/webproxy b/src/usr.bin/nc/scripts/webproxy index cee2d29fd1..f670e4d644 100644 --- a/src/usr.bin/nc/scripts/webproxy +++ b/src/usr.bin/nc/scripts/webproxy | |||
@@ -1,4 +1,6 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # $OpenBSD: webproxy,v 1.2 2001/01/29 01:58:13 niklas Exp $ | ||
3 | |||
2 | ## Web proxy, following the grand tradition of Web things being handled by | 4 | ## Web proxy, following the grand tradition of Web things being handled by |
3 | ## gross scripts. Uses netcat to listen on a high port [default 8000], | 5 | ## gross scripts. Uses netcat to listen on a high port [default 8000], |
4 | ## picks apart requests and sends them on to the right place. Point this | 6 | ## picks apart requests and sends them on to the right place. Point this |