sniproxy
sniproxy copied to clipboard
external acl for sniproxy
Hi,
is there a way to add to config file an external acl similar to the one on squid to filter ips that have access to proxy server and which do not.
iptables is not a solution as it would require manual work, an acl would be via an php script that checks in my DB for whitelisted IPs which change dynamically.
smth like this external_acl_type whitelist ttl=3600 negative_ttl=5 cache=256 ipv4 %SRC /etc/whitelist.php
@dlundquist ??