Changeset 5503 for squid-ssl/trunk/fuentes/src/cf.data.pre
- Timestamp:
- Jul 13, 2017, 11:11:39 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
squid-ssl/trunk/fuentes/src/cf.data.pre
r5502 r5503 1207 1207 # Adapt to list your (internal) IP networks from where browsing 1208 1208 # should be allowed 1209 #acl localnet src 10.0.0.0/8 # RFC1918 possible internal network1210 #acl localnet src 172.16.0.0/12 # RFC1918 possible internal network1211 #acl localnet src 192.168.0.0/16 # RFC1918 possible internal network1212 #acl localnet src fc00::/7 # RFC 4193 local private network range1213 #acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines1209 acl localnet src 10.0.0.0/8 # RFC1918 possible internal network 1210 acl localnet src 172.16.0.0/12 # RFC1918 possible internal network 1211 acl localnet src 192.168.0.0/16 # RFC1918 possible internal network 1212 acl localnet src fc00::/7 # RFC 4193 local private network range 1213 acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines 1214 1214 1215 1215 acl SSL_ports port 443 … … 1460 1460 # Adapt localnet in the ACL section to list your (internal) IP networks 1461 1461 # from where browsing should be allowed 1462 #http_access allow localnet1462 http_access allow localnet 1463 1463 http_access allow localhost 1464 1464 … … 3211 3211 reference a combined file containing both the 3212 3212 certificate and the key. 3213 3214 Notes:3215 3216 On Debian/Ubuntu systems a default snakeoil certificate is3217 available in /etc/ssl and users can set:3218 3219 cert=/etc/ssl/certs/ssl-cert-snakeoil.pem3220 3221 and3222 3223 key=/etc/ssl/private/ssl-cert-snakeoil.key3224 3225 for testing.3226 3213 3227 3214 sslversion=1|2|3|4|5|6 … … 4547 4534 NAME: logfile_rotate 4548 4535 TYPE: int 4549 DEFAULT: 04536 DEFAULT: 10 4550 4537 LOC: Config.Log.rotateNumber 4551 4538 DOC_START … … 4566 4553 Note, from Squid-3.1 this option is only a default for cache.log, 4567 4554 that log can be rotated separately by using debug_options. 4568 4569 Note2, for Debian/Linux the default of logfile_rotate is4570 zero, since it includes external logfile-rotation methods.4571 4555 DOC_END 4572 4556 … … 5447 5431 refresh_pattern ^gopher: 1440 0% 1440 5448 5432 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 5449 refresh_pattern (Release|Packages(.gz)*)$ 0 20% 28805450 # example lin deb packages5451 #refresh_pattern (\.deb|\.udeb)$ 129600 100% 1296005452 5433 refresh_pattern . 0 20% 4320 5453 5434 NOCOMMENT_END … … 8916 8897 WARNING: 8917 8898 This option will restrict the situations under which IPv6 8918 connectivity is used (and tested) , potentially hiding network8919 problemswhich would otherwise be detected and warned about.8899 connectivity is used (and tested). Hiding network problems 8900 which would otherwise be detected and warned about. 8920 8901 DOC_END 8921 8902
Note: See TracChangeset
for help on using the changeset viewer.