I am using tinyproxy in my project. I have requirement to add some domains in whitelist so that I can allow connections to listed domains only, I am using the feature of Tinyproxy that does filtering on domains specified in filter file.
This is as per https://tinyproxy.github.io/
Now I have a requirement that user can update the file with new domains or remove the existing domains from the file. So tinyproxy should dynamically take the updated file and restrict or allow the connections. I dont have to restart the service as I may be breaking some existing connections.
Is this possible to do in tinyproxy?