1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2026-03-12 07:23:46 +00:00

Enable localnet ACL by default in base image

This commit is contained in:
Dmitry Belyaev
2026-03-03 13:16:36 +03:00
parent b29bf01bef
commit 9d1249ebcf
4 changed files with 17 additions and 15 deletions

View File

@@ -30,6 +30,9 @@ docker-compose up
# Configuration
By default, the image now includes a local network allow-list (`/etc/squid/conf.d/localnet.conf`) so clients from RFC1918/RFC4193 ranges can connect without mounting an extra ACL file.
## Environment variables:
- **SQUID_CONFIG_FILE**: Specify the configuration file for squid. Defaults to `/etc/squid/squid.conf`.