diff options
author | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-07 16:14:57 +0000 |
---|---|---|
committer | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-07 16:14:57 +0000 |
commit | 9de83d7f39611b7660c93d467c89580d09103e16 (patch) | |
tree | 3665eb31bd5a2a4c59413928b8ff61435b3d5a48 /dansguardian-general-html.lsp | |
parent | f17d7604c6ece24b395d78210b9fd68d2525f083 (diff) | |
download | acf-squid-9de83d7f39611b7660c93d467c89580d09103e16.tar.bz2 acf-squid-9de83d7f39611b7660c93d467c89580d09103e16.tar.xz |
updated /acf/squid digest auth / ntlm auth / special access
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@497 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dansguardian-general-html.lsp')
-rw-r--r-- | dansguardian-general-html.lsp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp index 905c5d2..41116a3 100644 --- a/dansguardian-general-html.lsp +++ b/dansguardian-general-html.lsp @@ -50,16 +50,16 @@ until you restart the service.<br><br><br> These parameters define the interface and port that Dansguardian uses to accept connections.<br><br> <table> -<tr><td align="right"><b>filterip</b></td><td><input class="text" type="text" name="filterip" value="<? io.write( config.filterip.value ) ?>" style="width:100px"></td></tr> -<tr><td align="right"><b>filterport</b></td><td><input class="text" type="text" name="filterport" value="<? io.write( config.filterport.value ) ?>" style="width:100px"></td></tr> +<tr><td align="right" style="width:120px;"><b>filterip</b></td><td><input class="text" type="text" name="filterip" value="<? io.write( config.filterip.value ) ?>" style="width:100px"></td></tr> +<tr><td align="right" style="width:120px;"><b>filterport</b></td><td><input class="text" type="text" name="filterport" value="<? io.write( config.filterport.value ) ?>" style="width:100px"></td></tr> </table><br> <h2>Proxy service</h2> These parameters define the ip address and port that Dansguardian should forward requests on to.<br><br> <table> -<tr><td align="right"><b>proxyip</b></td><td><input class="text" type="text" name="proxyip" value="<? io.write( config.proxyip.value ) ?>" style="width:100px"></td></tr> -<tr><td align="right"><b>proxyport</b></td><td><input class="text" type="text" name="proxyport" value="<? io.write( config.proxyport.value ) ?>" style="width:100px"></td></tr> +<tr><td align="right" style="width:120px;"><b>proxyip</b></td><td><input class="text" type="text" name="proxyip" value="<? io.write( config.proxyip.value ) ?>" style="width:100px"></td></tr> +<tr><td align="right" style="width:120px;"><b>proxyport</b></td><td><input class="text" type="text" name="proxyport" value="<? io.write( config.proxyport.value ) ?>" style="width:100px"></td></tr> </table><br> <h2>Filter Actions</h2> @@ -68,8 +68,8 @@ determines that the content is inappropriate. The "naughtynesslimit" is more sen The author recommends 50 for "young children", 100 for "older children" and 160 for "young adults".<br><br> <table> -<tr><td align="right"><b>accessdeniedaddress</b></td><td><input class="text" type="text" name="accessdeniedaddress" value="<? io.write( config.accessdeniedaddress.value ) ?>" style="width:250px"></td></tr> -<tr><td align="right"><b>naughtynesslimit</b></td><td><input class="text" type="text" name="naughtynesslimit" value="<? io.write( config.naughtynesslimit.value ) ?>" style="width:100px"></td></tr> +<tr><td align="right" style="width:120px;"><b>accessdeniedaddress</b></td><td><input class="text" type="text" name="accessdeniedaddress" value="<? io.write( config.accessdeniedaddress.value ) ?>" style="width:350px"></td></tr> +<tr><td align="right" style="width:120px;"><b>naughtynesslimit</b></td><td><input class="text" type="text" name="naughtynesslimit" value="<? io.write( config.naughtynesslimit.value ) ?>" style="width:100px"></td></tr> </table><br><br> <input class="submit" type="submit" name="cmd" value="save" style="width:100px"><br> |