Re: [squid-users] slow TCP_TUNNEL [SOLVED]

2022-07-27 Thread ngtech1ltd
Great! I’m happy you were able to resolve the issue easily. All The Bests, Eliezer Eliezer Croitoru NgTech, Tech Support Mobile: +972-5-28704261 Email: ngtech1...@gmail.com Web: https://ngtech.co.il/ My-Tube:

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] Routing

2022-07-27 Thread Amos Jeffries
On 27/07/22 20:03, Илья Дейс wrote: Hello, I ran into a problem when routing connections from a specific address. I need to use a dedicated channel for downloading video, and for everything else, a port-dependent channel. Routing is based on the receiving port of the proxy server. I am using

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

[squid-users] regex for normal websites

2022-07-27 Thread robert k Wild
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,

[squid-users] Routing

2022-07-27 Thread Илья Дейс
Hello, I ran into a problem when routing connections from a specific address. I need to use a dedicated channel for downloading video, and for everything else, a port-dependent channel. Routing is based on the receiving port of the proxy server. I am using ssl_bum Config example: http_port 3128