I want to setup squid proxy. Would like to breakup the squid.conf file into two files. acl.conf rules.conf because squid.conf is so large and also easy to make mistake.
I want to have these two files be clean, only contain access-lists and rules and all the changes I make to these to files get pushed to the squid.conf file.
is this possible, and if so, how?
thanks