squid.conf.patch
| modif/squid.conf 2010-06-22 19:11:51.000000000 +0200 | ||
|---|---|---|
| 2685 | 2685 |
acl nocache dstdomain "/etc/squid/domaines_nocache" |
| 2686 | 2686 |
acl nocache dstdomain "/etc/squid/domaines_nocache_user" |
| 2687 | 2687 |
acl nocache dstdomain "/etc/squid/domaines_nocache_acad" |
| 2688 |
#domaines acces direct |
|
| 2689 |
acl direct dstdomain "/etc/squid/domaines_direct" |
|
| 2688 | 2690 |
# sources à ne pas authentifier |
| 2689 | 2691 |
acl srcnoauth src "/etc/squid/src_noauth" |
| 2690 | 2692 |
acl srcnoauth src "/etc/squid/src_noauth_user" |
| ... | ... | |
| 2764 | 2766 |
always_direct allow rvpdom%%net.index |
| 2765 | 2767 |
%end for |
| 2766 | 2768 |
%end if |
| 2769 |
always_direct allow direct |
|
| 2767 | 2770 |
%end if |
| 2768 | 2771 |
never_direct allow all |
| 2769 | 2772 |
%end if |