Thank you guys, Tbh I didn't think regex would be more CPU intense so thanks for that
On Sun, 9 Jul 2023, 16:04 Matus UHLAR - fantomas, <uh...@fantomas.sk> wrote: > On 08.07.23 13:07, robert k Wild wrote: > >True but I don't want to create two ACL lists, one for "ssl name" and one > >for "ssl name regex" > > try only create one for ssl name. You rarely need regex. > performance will thank youl > > >On Sat, 8 Jul 2023, 12:57 Matus UHLAR - fantomas, <uh...@fantomas.sk> > wrote: > > > >> On 07.07.23 21:13, robert k Wild wrote: > >> >i know ive been talking about this before but i want to understand why > i > >> >cant use this regex > >> > > >> >(^|.*)redshift3d.com$ > >> > > >> >instead i have to use this > >> > > >> >(^|\.)redshift3d.com$ OR > >> > > >> >(^|\.)redshift3d\.com$ > >> > > >> >for strings > >> > > >> >www.redshift3d.com > >> >activate.redshift3d.com > >> >redshift3d.com > >> > >> AFAIK "dstdomain .redshift3d.com" > >> > >> matches the same, but without complicated, cpu-expensive and hardly > >> readable > >> regular expressions > > -- > Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ > Warning: I wish NOT to receive e-mail advertising to this address. > Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. > Depression is merely anger without enthusiasm. > _______________________________________________ > squid-users mailing list > squid-users@lists.squid-cache.org > http://lists.squid-cache.org/listinfo/squid-users >
_______________________________________________ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users