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
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
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
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,
> >
> > ac
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:
https://wiki.squid-cache
-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
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
squid-users@lists.squid-cache
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 matchi
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
> >
>
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
so,
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
&
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 questi
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
>
>
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
.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
04261
Email: 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 website
can
> > answer more then me.
> >
> >
> >
> > Thanks,
> >
> > Eliezer
> >
> >
> >
> >
> >
> > Eliezer Croitoru
> >
> > NgTech, Tech Support
> >
> > Mobile: +972-5-2870426
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.
--
Mat
>
> 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
Subject: Re: [squid-users] regex for normal websites
thanks Eliezer
so it should be
adobe\.com
not
.adobe.\com or
^.*adobe.com <http://adobe.com>
as the ^.* could include
blahadobe.com <http://blahadobe.com>
On Thu, 28 Jul 2022 at 08:14, mailto:ngtech1...@gmail.com>
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
: 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 th
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
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] reg
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
>
>
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 stup
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" ?
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 with
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 shoul
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 so
i just have one list for all
i now have this for "ssl::server_name_regex"
^.*adobe.com$
it works, so
30 matches
Mail list logo