On 2024-10-25 18:18, Erik Schulz wrote:
I would like to use squid as an egress proxy, to prevent unauthorized egress.
Let's say that the only allowed egress is 'example.com'.
I can define acl along the lines of:
```
acl allowed_domains ssl::server_name .example.com
http_access allow allowed_dom
Hey List,
It took me quite a while to find out the reason why only on EL9 based
distributions I couldn't build the RPMs.
I have found that the LTO (Linking Time Optimization) is enabled by default
in rpmbuild on EL9 and this caused squid to fail the build.
This issue existed in the past(V4) and wa