Hi All,
I have squid setup up running and I want to add IP addresses to a text file and load that into the squid config. Then I can just add a new IP address to the file and it will work without restarting the service.
I have tried this in the config but it is not working:
acl localnet src "path/to/file/trusted_ip.txt"
obviously I changed the path to the correct one!
Am I missing something? The txt file has only one ip address init that I am using to test with:
10.143.20.96/255.255.255.255
If i add this line:
acl localnet src 10.143.20.96/255.255.255.255
It works perfectly however, the ip address will be random and i do not want to have to restart the squid service.
Is this possible?

