Re: [squid-users] URL list from a URL

2017-03-24 Thread Eliezer Croitoru
To: 'Jason B. Nance' <ja...@tresgeek.net>; squid-users@lists.squid-cache.org Subject: Re: [squid-users] URL list from a URL And if you want the full list of mirrors being updated instead of using curl you can use the next script to parse the full mirror list page: http://mirror-status.cent

Re: [squid-users] URL list from a URL

2017-03-24 Thread Eliezer Croitoru
To: 'Jason B. Nance' <ja...@tresgeek.net>; squid-users@lists.squid-cache.org Subject: Re: [squid-users] URL list from a URL OK so I wrote these helpers that can help to allow the updates despite the changes in urls on gist: https://gist.github.com/elico/dc1af72344231d6d49af4eacec

Re: [squid-users] URL list from a URL

2017-03-24 Thread Eliezer Croitoru
-28704261 Email: elie...@ngtech.co.il -Original Message- From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of Jason B. Nance Sent: Tuesday, March 21, 2017 5:53 PM To: squid-users@lists.squid-cache.org Subject: [squid-users] URL list from a URL Hello, I'm

Re: [squid-users] URL list from a URL

2017-03-24 Thread Eliezer Croitoru
Of Jason B. Nance Sent: Tuesday, March 21, 2017 5:53 PM To: squid-users@lists.squid-cache.org Subject: [squid-users] URL list from a URL Hello, I'm using Squid 3.5.20 and wonder if it is possible to define an ACL which retrieves the list of URLs from another URL (similar to pointing to a file

Re: [squid-users] URL list from a URL

2017-03-22 Thread Eliezer Croitoru
le: +972-5-28704261 Email: elie...@ngtech.co.il -Original Message- From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of Alex Rousskov Sent: Wednesday, March 22, 2017 6:10 PM To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] URL list from a URL

Re: [squid-users] URL list from a URL

2017-03-22 Thread Alex Rousskov
id-cache.org > Cc: Eliezer Croitoru <elie...@ngtech.co.il> > Subject: Re: [squid-users] URL list from a URL > > On 03/21/2017 06:17 PM, Eliezer Croitoru wrote: >> The current StoreID helper can be converted pretty fast into what he needs. > > Jason needs to block acces

Re: [squid-users] URL list from a URL

2017-03-22 Thread Eliezer Croitoru
tech.co.il -Original Message- From: Alex Rousskov [mailto:rouss...@measurement-factory.com] Sent: Wednesday, March 22, 2017 3:51 PM To: squid-users@lists.squid-cache.org Cc: Eliezer Croitoru <elie...@ngtech.co.il> Subject: Re: [squid-users] URL list from a URL On 03/21/2017 06:17 PM, Elieze

Re: [squid-users] URL list from a URL

2017-03-22 Thread Jason B. Nance
--- Original Message - From: "Alex Rousskov" <rouss...@measurement-factory.com> To: squid-users@lists.squid-cache.org Cc: "Jason Nance" <ja...@tresgeek.net> Sent: Tuesday, March 21, 2017 4:42:33 PM Subject: Re: [squid-users] URL list from a URL On 03/21/2017 02:30

Re: [squid-users] URL list from a URL

2017-03-22 Thread Alex Rousskov
om: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On > Behalf Of Alex Rousskov > Sent: Tuesday, March 21, 2017 11:43 PM > To: squid-users@lists.squid-cache.org > Subject: Re: [squid-users] URL list from a URL > > On 03/21/2017 02:30 PM, Jason B. Nance wrote: &g

Re: [squid-users] URL list from a URL

2017-03-21 Thread Eliezer Croitoru
Of Alex Rousskov Sent: Tuesday, March 21, 2017 11:43 PM To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] URL list from a URL On 03/21/2017 02:30 PM, Jason B. Nance wrote: > I should have mentioned that I'm not caching, I'm only using Squid > for whitelisting in this case. Wou

Re: [squid-users] URL list from a URL

2017-03-21 Thread Alex Rousskov
On 03/21/2017 02:30 PM, Jason B. Nance wrote: > I should have mentioned that I'm not caching, I'm only using Squid > for whitelisting in this case. Would you still say this is the right > path? No. You probably have two better options: 1. Use a file with list of mirror URLs as an ACL

Re: [squid-users] URL list from a URL

2017-03-21 Thread Yuri Voinov
regex for all mirrors, yes. > Regards, > > j > > > - Original Message - > From: "Yuri Voinov" <yvoi...@gmail.com> > To: squid-users@lists.squid-cache.org > Sent: Tuesday, March 21, 2017 1:19:43 PM > Subject: Re: [squid-users] URL list from a URL &

Re: [squid-users] URL list from a URL

2017-03-21 Thread Jason B. Nance
, March 21, 2017 1:19:43 PM Subject: Re: [squid-users] URL list from a URL Yes. Functionality you required is: http://wiki.squid-cache.org/Features/StoreID 21.03.2017 21:52, Jason B. Nance пишет: > Hello, > > I'm using Squid 3.5.20 and wonder if it is possible to define an ACL wh

Re: [squid-users] URL list from a URL

2017-03-21 Thread Jason B. Nance
oinov" <yvoi...@gmail.com> To: squid-users@lists.squid-cache.org Sent: Tuesday, March 21, 2017 1:19:43 PM Subject: Re: [squid-users] URL list from a URL Yes. Functionality you required is: http://wiki.squid-cache.org/Features/StoreID 21.03.2017 21:52, Jason B. Nance пишет: > Hello,

Re: [squid-users] URL list from a URL

2017-03-21 Thread Yuri Voinov
Yes. Functionality you required is: http://wiki.squid-cache.org/Features/StoreID 21.03.2017 21:52, Jason B. Nance пишет: > Hello, > > I'm using Squid 3.5.20 and wonder if it is possible to define an ACL which > retrieves the list of URLs from another URL (similar to pointing to a file). >

[squid-users] URL list from a URL

2017-03-21 Thread Jason B. Nance
Hello, I'm using Squid 3.5.20 and wonder if it is possible to define an ACL which retrieves the list of URLs from another URL (similar to pointing to a file). In this specific use case it is to allow a Foreman server to sync Yum content from the CentOS mirrors. I tell Foreman to use the