summaryrefslogtreecommitdiffstats
path: root/squid-saccess-html.lsp
diff options
context:
space:
mode:
authorAndreas Brodmann <andreas.brodmann@gmail.com>2008-01-17 14:20:02 +0000
committerAndreas Brodmann <andreas.brodmann@gmail.com>2008-01-17 14:20:02 +0000
commitb3582119fb9db1bd24e51d2a934d7c3aaacafcce (patch)
tree9b0aed9dbca454a64448990ece05b0ed12f7d3a9 /squid-saccess-html.lsp
parent28dd2b6e82d1a9aeb372d0b31e27e785fd918ff7 (diff)
downloadacf-squid-b3582119fb9db1bd24e51d2a934d7c3aaacafcce.tar.bz2
acf-squid-b3582119fb9db1bd24e51d2a934d7c3aaacafcce.tar.xz
gui mods
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@606 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'squid-saccess-html.lsp')
-rw-r--r--squid-saccess-html.lsp18
1 files changed, 16 insertions, 2 deletions
diff --git a/squid-saccess-html.lsp b/squid-saccess-html.lsp
index 322be02..eb14ff5 100644
--- a/squid-saccess-html.lsp
+++ b/squid-saccess-html.lsp
@@ -12,29 +12,43 @@
?>
<h1>Web Proxy - Special Access</h1>
+<h2>General Information</h2>
<p>
-<dt>
The squid web proxy server is normally configured to require authenticated access. In some cases, such
as anti-virus update programs, the process cannot authenticate itself to the proxy server. For these
<i>special</i> cases, it is possible to have squid allow anonymous access to the Internet.<br><br>
You may choose to specify the special cases by specific ip address, browser identification or destination
domain.
-</dt>
</p>
<form action="" method="POST">
<h2>Special IP Addresses</h2>
<p>
+If you wish to specify hosts that may access the Internet by IP address,
+enter the address(es) in the box below, one per line.
+</p>
+<p>
<textarea name="s_ip" style="width:100%;"><? io.write( service.config.s_ip ) ?></textarea>
</p>
<h2>Browser Identification</h2>
<p>
+If you have a browser that identifies itself in a special way, you may
+specify it here. Note that any client identifying itself as this type
+of browser will be allowed anonymous access. Enter the browser identification(s)
+in the box below, one per line. Regular expressions are allowed.
+</p>
+<p>
<textarea name="s_browser" style="width:100%;"><? io.write( service.config.s_browser ) ?></textarea>
</p>
<h2>Special Domains</h2>
<p>
+If you have a specail domain that needs to be accessed in a special way, you
+may specify if here. This will allow anonymous access to the domains listed.
+Enter the domain url below. Regular expressions are allowed.
+</p>
+<p>
<textarea name="s_domain" style="width:100%;"><? io.write( service.config.s_domain ) ?></textarea>
</p>