summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/scripts/webrelay
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/nc/scripts/webrelay')
-rw-r--r--src/usr.bin/nc/scripts/webrelay2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr.bin/nc/scripts/webrelay b/src/usr.bin/nc/scripts/webrelay
index 829a8b0708..a0aa9e2a97 100644
--- a/src/usr.bin/nc/scripts/webrelay
+++ b/src/usr.bin/nc/scripts/webrelay
@@ -1,4 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2# $OpenBSD: webrelay,v 1.2 2001/01/29 01:58:13 niklas Exp $
3
2## web relay -- a degenerate version of webproxy, usable with browsers that 4## web relay -- a degenerate version of webproxy, usable with browsers that
3## don't understand proxies. This just forwards connections to a given server. 5## don't understand proxies. This just forwards connections to a given server.
4## No query logging, no access control [although you can add it to XNC for 6## No query logging, no access control [although you can add it to XNC for