On Mon, 2009-02-09 at 17:33 +0700, Ronny Haryanto wrote:
> 2009/2/9 Nyoman [D] <nyo...@royalperspective.com>:
> > 2009/02/09 18:12:22| The reply for GET http://www.fourseasons.com/ is
> > ALLOWED, because it matched 'all'
> >
> > acl all src 0.0.0.0/0.0.0.0
> >
> > Padahal urutan http_access nya seperti ini
> >
> > http_access allow white_domains
> > http_access allow officedom
> > http_access deny ads
> > http_access deny porn
> > http_access deny proxy
> > http_access allow unlimited !black_doms
> > http_access deny limited !rci_domain !white_domains XTIME
> > http_access allow sunset !black_doms
> > #http_access allow rci_only rci_domain
> > #http_access allow limited white_domains
> > #http_access deny black_users
> > http_access deny all
> >
> > Kok squidnya sepertinya meng-ignore http_access allow sunset !black_doms
> > ya ??
> 
> Tidak akan mungkin bisa membantu tanpa melihat "sunset" dan
> "black_doms" itu definisinya seperti apa.
> 
> Ronny
> 

acl sunset src 192.168.83.0/24
acl ads dstdom_regex -i "/etc/squid/ads.domains.acl"
acl porn dstdom_regex -i "/etc/squid/porn_domains.acl"
acl proxy dstdom_regex -i "/etc/squid/proxy.lst"
acl white_domains dstdom_regex -i "/etc/squid/white_domains.acl"
acl rci_domain dstdom_regex -i "/etc/squid/rci_domain.acl"
acl black_doms dstdom_regex -i "/etc/squid/black_domains.acl"
acl officedom dstdom_regex -i "/etc/squid/office-srv.acl"
acl rci_only src "/etc/squid/rci_users.lst"
acl limited src "/etc/squid/limited_users.lst"
acl unlimited src "/etc/squid/unlimited_users.lst"

Itu config untuk acl nya pak

Terima kasih

Nyoman

Attachment: signature.asc
Description: This is a digitally signed message part

Kirim email ke