Re: [squid-users] regex for normal websites

2022-08-05 Thread ngtech1ltd
3:24 To: Eliezer Croitoru Cc: Squid Users Subject: Re: [squid-users] regex for normal websites wow thanks Eliezer so much for that video, that website looks awesome, ive bookmarked it already On Thu, 4 Aug 2022 at 09:59, mailto:ngtech1...@gmail.com> > wrote: Hey Robert, I recorded this

Re: [squid-users] regex for normal websites

2022-08-05 Thread robert k Wild
gt; > > > *From:* squid-users *On > Behalf Of *robert k Wild > *Sent:* Wednesday, 3 August 2022 14:52 > *To:* Squid Users > *Subject:* Re: [squid-users] regex for normal websites > > > > thanks Amos for this greatly appreciated > > > > On Wed, 3 Aug

Re: [squid-users] regex for normal websites

2022-08-04 Thread ngtech1ltd
Behalf Of robert k Wild Sent: Wednesday, 3 August 2022 14:52 To: Squid Users Subject: Re: [squid-users] regex for normal websites thanks Amos for this greatly appreciated On Wed, 3 Aug 2022 at 09:35, Matus UHLAR - fantomas mailto:uh...@fantomas.sk> > wrote: On 03.08.22 14:12, Amos Jeffries

Re: [squid-users] regex for normal websites

2022-08-03 Thread robert k Wild
thanks Amos for this greatly appreciated On Wed, 3 Aug 2022 at 09:35, Matus UHLAR - fantomas wrote: > On 03.08.22 14:12, Amos Jeffries wrote: > >IMO, what you are looking for is actually this ACL definition: > > > > acl adobe ssl::server_name .adobe.com > > > >or its regex equivalent, > > > >

Re: [squid-users] regex for normal websites

2022-08-03 Thread Matus UHLAR - fantomas
On 03.08.22 14:12, Amos Jeffries wrote: IMO, what you are looking for is actually this ACL definition: acl adobe ssl::server_name .adobe.com or its regex equivalent, acl adobe ssl::server_name_regex (^|\.)adobe\.com$ this is what I was searching for. Squid FAQ says:

Re: [squid-users] regex for normal websites

2022-08-02 Thread ngtech1ltd
-Tube: https://tube.ngtech.co.il/ -Original Message- From: squid-users On Behalf Of Amos Jeffries Sent: Wednesday, 3 August 2022 5:10 To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] regex for normal websites On 3/08/22 05:01, robert k Wild wrote: > Mmm, maybe I should

Re: [squid-users] regex for normal websites

2022-08-02 Thread Amos Jeffries
IMO, what you are looking for is actually this ACL definition: acl adobe ssl::server_name .adobe.com or its regex equivalent, acl adobe ssl::server_name_regex (^|\.)adobe\.com$ HTH Amos ___ squid-users mailing list

Re: [squid-users] regex for normal websites

2022-08-02 Thread Amos Jeffries
On 3/08/22 05:01, robert k Wild wrote: Mmm, maybe I should try dstdom_regex Instead of ssl::server_name_regex But when you using ssl bump in your squid.conf, isn't it best to use ssl::server_name_regex Typically yes, or ssl::server_name. FYI, the two ACL types do exactly the same

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
Mmm, maybe I should try dstdom_regex Instead of ssl::server_name_regex But when you using ssl bump in your squid.conf, isn't it best to use ssl::server_name_regex On Tue, 2 Aug 2022, 17:21 Matus UHLAR - fantomas, wrote: > On 02.08.22 16:41, robert k Wild wrote: > >thats incorrect as > > >

Re: [squid-users] regex for normal websites

2022-08-02 Thread Matus UHLAR - fantomas
On 02.08.22 16:41, robert k Wild wrote: thats incorrect as adobe\.com$ works but it works for hackadobe.com too. .adobe\.com$ or \.adobe\.com$ doesnt work so i just want to know why these two don't match adobe.com. the first marched hadobe.com, the seconda matches anything .adobe.com

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
t; > > Eliezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https://tube.ngtech.co.il/ > > > > *From:* robert k Wild > *Sent:* Tuesday, 2 August 2022 18:24 &

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
thats incorrect as adobe\.com$ works but .adobe\.com$ or \.adobe\.com$ doesnt work so i just want to know why On Tue, 2 Aug 2022 at 16:32, Antony Stone wrote: > On Tuesday 02 August 2022 at 17:23:51, robert k Wild wrote: > > > mmm... so i just want to know and really sorry for the dumb

Re: [squid-users] regex for normal websites

2022-08-02 Thread Antony Stone
On Tuesday 02 August 2022 at 17:23:51, robert k Wild wrote: > mmm... so i just want to know and really sorry for the dumb question, so > > adobe\.com$ > > works but then again if a website was eg > > hackadobe\.com$ > > that would work as well probably, so i want to do something like this >

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
liezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https://tube.ngtech.co.il/ > > > > *From:* robert k Wild > *Sent:* Tuesday, 2 August 2022 15:15 > *T

Re: [squid-users] regex for normal websites

2022-08-02 Thread ngtech1ltd
.co.il/ From: robert k Wild Sent: Tuesday, 2 August 2022 15:15 To: Eliezer Croitoru Cc: Squid Users Subject: Re: [squid-users] regex for normal websites ok i have tested and this works adobe\.com$ i found it weird this didnt work \.adobe\.com just curious thats all On Tue, 2 Aug 2022 at

Re: [squid-users] regex for normal websites

2022-08-02 Thread ngtech1ltd
l: ngtech1...@gmail.com Web: https://ngtech.co.il/ My-Tube: https://tube.ngtech.co.il/ -Original Message- From: squid-users On Behalf Of Matus UHLAR - fantomas Sent: Tuesday, 2 August 2022 15:18 To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] regex for normal websites On 02.0

Re: [squid-users] regex for normal websites

2022-08-02 Thread Antony Stone
> answer more then me. > > > > > > > > Thanks, > > > > Eliezer > > > > > > > > > > > > Eliezer Croitoru > > > > NgTech, Tech Support > > > > Mobile: +972-5-28704261 > >

Re: [squid-users] regex for normal websites

2022-08-02 Thread Matus UHLAR - fantomas
On 02.08.22 15:05, ngtech1...@gmail.com wrote: I believe it should have been: ^adobe\.com$ ^.*\.adobe\.com$ \.adobe\.com$ does the same and is more efficient ^\*\.adobe\.com$ this is for literal "*.adobe.com" (noboty puts * into web browser), but it's covered by previous variand. --

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
> > Eliezer Croitoru > > NgTech, Tech Support > > Mobile: +972-5-28704261 > > Email: ngtech1...@gmail.com > > Web: https://ngtech.co.il/ > > My-Tube: https://tube.ngtech.co.il/ > > > > *From:* robert k Wild > *Sent:* Tuesday, 2 August 2022 14:51

Re: [squid-users] regex for normal websites

2022-08-02 Thread ngtech1ltd
2 To: Squid Users mailto:squid-users@lists.squid-cache.org> > Subject: Re: [squid-users] regex for normal websites that's the weird thing, when i try this in "ssl::server_name_regex" .adobe.com <http://adobe.com> it doesnt work you mean escape ie the \ character

Re: [squid-users] regex for normal websites

2022-08-02 Thread robert k Wild
t; > > If someone might be able to make sense of things in a synchronic fashion > it would help. > > (I do not see any debugs usage there or any helping comment ) > > > > Thanks, > > Eliezer > > > > > > Eliezer Croitoru > > NgTech, Tech Support &g

Re: [squid-users] regex for normal websites

2022-07-28 Thread ngtech1ltd
: ngtech1...@gmail.com <mailto:ngtech1...@gmail.com> Web: https://ngtech.co.il/ My-Tube: https://tube.ngtech.co.il/ From: squid-users On Behalf Of robert k Wild Sent: Wednesday, 27 July 2022 13:52 To: Squid Users Subject: Re: [squid-users] regex for normal websites that's the weird thing,

Re: [squid-users] regex for normal websites

2022-07-28 Thread Matus UHLAR - fantomas
On 7/27/22 5:19 AM, Amos Jeffries wrote: Also, the "^.*" in your pattern does nothing useful, it should be omitted. On 27.07.22 10:44, Grant Taylor wrote: Is the bounding to the beginning /implicit/? Or will adobe.com also match hackadobe.com? in regexp, it will. However, adobe\.com$ and

Re: [squid-users] regex for normal websites

2022-07-28 Thread ngtech1ltd
Mobile: +972-5-28704261 Email: ngtech1...@gmail.com <mailto:ngtech1...@gmail.com> Web: https://ngtech.co.il/ My-Tube: https://tube.ngtech.co.il/ From: squid-users On Behalf Of robert k Wild Sent: Wednesday, 27 July 2022 21:03 To: Antony Stone Cc: Squid Users Subject: Re: [squid-users]

Re: [squid-users] regex for normal websites

2022-07-27 Thread Antony Stone
On Wednesday 27 July 2022 at 19:25:46, robert k Wild wrote: > nice one thanks Amos > > i dont understand as in regex the terms > > ^ - start of line > . - any single character > * - repetition of character before Correction: zero or more instances of the character before > $ - end of line >

Re: [squid-users] regex for normal websites

2022-07-27 Thread robert k Wild
nice one thanks Amos i dont understand as in regex the terms ^ - start of line . - any single character * - repetition of character before $ - end of line so going by this it should be ^.*adobe.com$ how come just adobe.com$ as it doesnt know before adobe ie http(s)://www sorry for the

Re: [squid-users] regex for normal websites

2022-07-27 Thread Amos Jeffries
On 27/07/22 21:54, robert k Wild wrote: hi all, think i got it right but just want to double check with you guys so in my "ssl::server_name" i had .adobe.com that worked but i want to mix normal website and regex websites together What do you mean "normal website" ? and "regex websites" ?

Re: [squid-users] regex for normal websites

2022-07-27 Thread robert k Wild
that's the weird thing, when i try this in "ssl::server_name_regex" .adobe.com it doesnt work you mean escape ie the \ character On Wed, 27 Jul 2022 at 11:05, Matus UHLAR - fantomas wrote: > On 27.07.22 10:54, robert k Wild wrote: > >think i got it right but just want to double check

Re: [squid-users] regex for normal websites

2022-07-27 Thread Matus UHLAR - fantomas
On 27.07.22 10:54, robert k Wild wrote: think i got it right but just want to double check with you guys so in my "ssl::server_name" i had .adobe.com that worked but i want to mix normal website and regex websites together so i just have one list for all didn't the above work? AFAIK it