●DeleGate
Proxy DeleGateのインストール
$wget ftp://ftp.delegate.org/pub/DeleGate/delegate9.6.2.tar.gz
$tar zxvf delegate9.6.2.tar.gz
$cd delegate9.6.2
#make PATH=".:$PATH" CC=gcc
#cp delegate /usr/local/bin/
#vi /usr/local/etc/rc.d/delegate.sh
#!/bin/sh
/usr/local/bin/delegated -P8080 \
PROXY="xxx.xx.ne.jp:8080:*" \
CACHEDIR=/home/delegate/cache \
CACHE=ro \
PERMIT="*:*:xxx.xxx.xxx.[0-255],xxx.xxx.xxx.xxx" \
EXPIRE=1d ;