|
wget ftp://ftp.lab.mlc.edu.tw/UNIX/squid/squid-2.4.STABLE1-src.tar.gz tar zxvf squid-2.4.STABLE1-src.tar.gz cd squid-2.4.STABLE1 |
|
make distclean env CFLAGS=-O ./configure \ --prefix=/usr/local/squid \ --enable-err-language=Traditional_Chinese make make install |
| cache_peer proxy.lab.mlc.edu.tw parent 3128 3130 |
我自己申裝的HiNet-ADSL,則將HiNet的Proxy-Server設為parent:
| cache_peer proxy.hinet.net parent 80 |
|
acl allowed_dnesDN srcdomain .dnes.mlc.edu.tw acl allowed_dnesIP src 163.19.224.64/255.255.255.192 |
| http_access deny all !allowed_dnesDN !allowed_dnesIP |