Re: [squid-users] Whitelist domain ignored?

2016-10-07 Thread Matus UHLAR - fantomas
On 6/10/2016 11:56 a.m., Jose Torres-Berrocal wrote: acl whitelist2 dstdom_regex -i "whitelist.acl" Where whitelist.acl content: ^familymedicinepr\.com$ ^mail\.yahoo\.com$ ^neodecksoftware\.com$ ^office\.net$ \.familymedicinepr\.com$ \.mail\.yahoo\.com$ \.neodecksoftware\.com$ \.office\.net$

Re: [squid-users] Whitelist domain ignored?

2016-10-06 Thread Jose Torres-Berrocal
Benjamin: The situation is that I am using squid as a pfsense firewall package. The squid package is made that a user should enter a whitelist in a GUI that when saved generates the squid.conf file. Internally they use dstdom_regex instead of dstdomain so the whitelist should be entered for the

Re: [squid-users] Whitelist domain ignored?

2016-10-06 Thread Jose Torres-Berrocal
"dstdomain .office.net" does not match xoffice.net domain. I do not want to match xoffice.net with the regex. So I should use my own last version, right? Jose E Torres 939-777-4030 JET System Services On Thu, Oct 6, 2016 at 1:28 PM, Alex Rousskov wrote: > On

Re: [squid-users] Whitelist domain ignored?

2016-10-06 Thread Alex Rousskov
On 10/05/2016 11:45 PM, Amos Jeffries wrote: > On 6/10/2016 11:56 a.m., Jose Torres-Berrocal wrote: >> acl whitelist2 dstdom_regex -i "whitelist.acl" >> >> Where whitelist.acl content: >> ^familymedicinepr\.com$ >> ^mail\.yahoo\.com$ >> ^neodecksoftware\.com$ >> ^office\.net$ >>

Re: [squid-users] Whitelist domain ignored?

2016-10-05 Thread Amos Jeffries
On 6/10/2016 11:56 a.m., Jose Torres-Berrocal wrote: > Correcting typo: > > And placing it inside a whitelist.acl file: > acl whitelist2 dstdom_regex -i "whitelist.acl" > > Where whitelist.acl content: > ^familymedicinepr\.com$ > ^mail\.yahoo\.com$ > ^neodecksoftware\.com$ > ^office\.net$ >

Re: [squid-users] Whitelist domain ignored?

2016-10-05 Thread Jose Torres-Berrocal
Lets try again: acl whitelist1 dstdomain .familymedicinepr.com .mail.yahoo.com .neodecksoftware.com .office.net = acl whitelist2 dstdom_regex ^familymedicinepr\.com$ ^mail\.yahoo\.com$ ^neodecksoftware\.com$ ^office\.net$ \.familymedicinepr\.com$ \.mail\.yahoo\.com$ \.neodecksoftware\.com$

Re: [squid-users] Whitelist domain ignored?

2016-10-05 Thread Jose Torres-Berrocal
Correcting typo: And placing it inside a whitelist.acl file: acl whitelist2 dstdom_regex -i "whitelist.acl" Where whitelist.acl content: ^familymedicinepr\.com$ ^mail\.yahoo\.com$ ^neodecksoftware\.com$ ^office\.net$ \.familymedicinepr\.com$ \.mail\.yahoo\.com$ \.neodecksoftware\.com$

Re: [squid-users] Whitelist domain ignored?

2016-10-05 Thread Alex Rousskov
On 10/05/2016 02:59 PM, Jose Torres-Berrocal wrote: > Please confirm equivalence: > > 1. > acl whitelist1 dstdomain .familymedicinepr.com .mail.yahoo.com > .neodecksoftware.com .office.net > = > acl whitelist2 dstdom_regex ^familymedicinepr\.com$ ^mail\.yahoo\.com$ > ^neodecksoftware\.com$

Re: [squid-users] Whitelist domain ignored?

2016-10-05 Thread Jose Torres-Berrocal
Please confirm equivalence: 1. acl whitelist1 dstdomain .familymedicinepr.com .mail.yahoo.com .neodecksoftware.com .office.net = acl whitelist2 dstdom_regex ^familymedicinepr\.com$ ^mail\.yahoo\.com$ ^neodecksoftware\.com$ ^office\.net$ OR 2. acl whitelist1 dstdomain .familymedicinepr.com

Re: [squid-users] Whitelist domain ignored?

2016-10-05 Thread Alex Rousskov
On 10/05/2016 01:15 PM, Jose Torres-Berrocal wrote: > I would like to know how > I should enter the domains as to make it work correctly using > dstdom_regex behaving like dstdomain To map any leaf FQDN "foo.bar.baz": 1. start with "^"; 2. add "foo.bar.baz" where every period is escaped with

Re: [squid-users] Whitelist domain ignored?

2016-10-05 Thread Jose Torres-Berrocal
The situation is that I am using squid on the pfsense firewall. Squid is available as a package with GUI interface. The whitelist is part of the sections provided by the GUI and somehow entering the domains as a list that I provided it does work for most of the domains but it fails in others.

Re: [squid-users] Whitelist domain ignored?

2016-10-04 Thread Alex Rousskov
On 10/04/2016 05:16 PM, Jok Thuau wrote: > On Tue, Oct 4, 2016 at 1:41 PM, Jose Torres-Berrocal wrote: >> I have some clients that use a program that tries to connect to: >> https://neodecksoftware.com/NeoMedOnline/NeoMedOnlineService.svc >> /var/squid/acl/whitelist.acl: >>

Re: [squid-users] Whitelist domain ignored?

2016-10-04 Thread Jok Thuau
On Tue, Oct 4, 2016 at 1:41 PM, Jose Torres-Berrocal < jetsystemservi...@gmail.com> wrote: > I do not know the correct terms to the problem I have. > > I have some clients that use a program that tries to connect to: > https://neodecksoftware.com/NeoMedOnline/NeoMedOnlineService.svc > > note

Re: [squid-users] Whitelist domain ignored?

2016-10-04 Thread Benjamin E. Nichols
Yes we can see your messages to the group.. While im responding, this doesnt adress you problem, but we have a free whitelist that we maintain you may or may not be interested in, but its quite a bit larger. No adult, and no torrent sites.

Re: [squid-users] Whitelist domain ignored?

2016-10-04 Thread Jose Torres-Berrocal
Just to confirm that I sent the email Jose E Torres 939-777-4030 JET System Services On Tue, Oct 4, 2016 at 4:41 PM, Jose Torres-Berrocal wrote: > I do not know the correct terms to the problem I have. > > I have some clients that use a program that tries to