Bypass proxy for a specific URL - dst_noproxy_url.acl

Hi,
I am trying to bypass an domain (like *.ipfire.org) from proxy.
I have tried to use the Excluded URL s (one per line) under GUI section Web Proxy Auto-Discovery Protocol (WPAD) / Proxy Auto-Config (PAC) but that failed: the wpad.dat does not contain any reference to the *.ipfire.com I have put in that GUI section.
I have noticed that above GUI section writes inside /var/ipfire/proxy/advanced/acls/dst_noproxy_ip.acl but there is no refference toward this file in squid.conf. Should I add it by myself inside /var/ipfire/proxy/advanced/acls/include.acl, and if answer is yes, what is the syntax?

Thank you!

Late edit - are this config lines OK?

acl DST_NOPROXY_IP src "/var/ipfire/proxy/advanced/acls/dst_noproxy_ip.acl"
acl DST_NOPROXY_URL src "/var/ipfire/proxy/advanced/acls/dst_noproxy_url.acl"
always_direct allow DST_NOPROXY_IP DST_NOPROXY_URL

This maybe a good read.

Not sure I know what your trying to do.

Thank you,
I know and used the firewall.local for many years (CUSTOMPREROUTIG CHAIN).
But today I want to use domain for bypass because the vendor of the service constantly adds new IP ranges.

Up to now I ended to the conclusion that BOTH IP and Domain ACL that are listed as “Noproxy” (bypass lists for IP and domain ranges) are not respect by Squid.

I will continue to search for syntax how to enable them.

Thank you!