Re: [squid-users] MS-SQL with squid helpers

2022-07-14 Thread ngtech1ltd
So the first helper is the session helper login script example: https://github.com/elico/squid-mssql-helpers 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/ -Original Message-

Re: [squid-users] MS-SQL with squid helpers

2022-07-14 Thread ngtech1ltd
While looking for some materials I have found the next MSSQL helper which used my repo  https://github.com/flysen/squid 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/ -Original

Re: [squid-users] Squid white list

2022-07-14 Thread Amos Jeffries
On 14/07/22 23:16, Ben Goz wrote: Can you please recommend on a programmatic way to list all links in case that domain A links media also from domain B but I added manually only domain A? For that you will need the list of domains to be in some dynamically generated database. Along with a

Re: [squid-users] MS-SQL with squid helpers

2022-07-14 Thread ngtech1ltd
There is a new mssql driver for linux named: free_tds Which is superior to ODBC which perl mostly uses in the DBI library. It's pretty simple to install free_tds and from my tests it seems like the better choice. I will try to write an example for session helper using free_tds and ruby. For me

Re: [squid-users] Squid white list

2022-07-14 Thread Ben Goz
By the help of God. On 14/07/2022 12:10, Amos Jeffries wrote: On 5/07/22 02:12, Ben Goz wrote: By the help of God. Hi, I want to use squid access list to implement white list of group of urls. If I want to while list domain example.com and this website invokes http

Re: [squid-users] How to allow users authenticated to access only their own ports.

2022-07-14 Thread Amos Jeffries
On 8/07/22 11:13, Marcelo wrote: Hi everyone ;) I have a little bit complex task at hand. This is not particularly complex and comes up relatively often. What I must do: 1-Allow an user to access squid only through specific port. This same user can access 1 port or several ports,

Re: [squid-users] Squid white list

2022-07-14 Thread Amos Jeffries
On 5/07/22 02:12, Ben Goz wrote: By the help of God. Hi, I want to use squid access list to implement white list of group of urls. If I want to while list domain example.com and this website invokes http requests to domain example-a.com which is not

Re: [squid-users] MS-SQL with squid helpers

2022-07-14 Thread Amos Jeffries
On 26/06/22 23:27, ngtech1ltd wrote: Hey Everybody, I was wondering if someone wrote a set of helpers that works with MS-SQL server database? (I see you went ahead with this already, just responding for anyone in future). Squid ships with several DB helpers, for both authentication and