squid.conf
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| squid.conf [2024-07-19 03:39:03] – [https proxy für große dateien mit lan zugriff] david | squid.conf [2024-07-19 21:52:24] (aktuell) – [https proxy für große dateien mit ssl bumping] david | ||
|---|---|---|---|
| Zeile 75: | Zeile 75: | ||
| - | ===== https proxy für große dateien mit lan zugriff | + | ===== https proxy für große dateien mit ssl bumping |
| + | |||
| + | **wichtig**: | ||
| * '' | * '' | ||
| Zeile 81: | Zeile 83: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| - | * '' | + | * '' |
| + | * '' | ||
| + | * '' | ||
| <code bash / | <code bash / | ||
| Zeile 88: | Zeile 92: | ||
| shutdown_lifetime 10 seconds | shutdown_lifetime 10 seconds | ||
| - | acl private_network src fe80::/ | + | acl private_network src fe80::/10 # rfc 4291 link local (ipv6) |
| - | acl private_network src 169.254.0.0/ | + | acl private_network src 169.254.0.0/ |
| - | acl private_network src fc00::/ | + | acl private_network src fc00::/7 # rfc 4193 unique local (ipv6) |
| - | acl private_network src 10.0.0.0/ | + | acl private_network src 10.0.0.0/8 # rfc 1918 private (ipv4) |
| - | acl private_network src 172.16.0.0/ | + | acl private_network src 172.16.0.0/ |
| - | acl private_network src 192.168.0.0/ | + | acl private_network src 192.168.0.0/ |
| - | acl safe_ports port 80 | + | acl safe_ports port 80 # http |
| - | acl safe_ports port 443 # https | + | acl safe_ports port 443 # https |
| acl secure_ports port 443 | acl secure_ports port 443 | ||
| Zeile 109: | Zeile 113: | ||
| http_access deny to_linklocal | http_access deny to_linklocal | ||
| http_access deny all | http_access deny all | ||
| + | |||
| + | #ssl_bump splice localhost | ||
| + | ssl_bump bump all | ||
| #http_port 3128 | #http_port 3128 | ||
| Zeile 114: | Zeile 121: | ||
| coredump_dir / | coredump_dir / | ||
| - | cache_dir aufs / | + | cache_dir aufs / |
| - | minimum_object_size 100 MB | + | |
| - | maximum_object_size 10 GB | + | |
| - | maximum_object_size_in_memory 1 GB | + | |
| </ | </ | ||
| + | |||
| + | Testen: | ||
| + | * in firefox konfigurieren und interaktiv testen | ||
| + | * chromium mit cli args starten und interaktiv testen: '' | ||
| + | * curl auf cli (http): '' | ||
| + | * curl auf cli (https): '' | ||
| + | * yt-dlp auf cli (youtube video downloaden und so größeren cache testen): '' | ||
| + | * curl auf cli (debian iso downloaden und so größeren cache testen): '' | ||
/home/http/wiki/data/attic/squid.conf.1721360343.txt · Zuletzt geändert: von david
