This project intend to build a tool to debug the squid acl rules to help sysadmins to make an efficient configuration and and improve maintence tasks.
At the first moment we plain to build a command line application which will act like this:
- Read the squid config file to get the acl rules
- Get by command line a url and based on the squid config parsed return a status code informing if that url will be allowed or denied.
- Some options can be passed by parameters to provide informations like authentication informations, time modifications and many others.