[squid-users] 3.5.23: Retreive pairs in note acl
David Touzeau
david at articatech.com
Sat Jan 14 21:22:13 UTC 2017
> I have created an external helper that return OK a=note1
>
> What is the correct line to retrieve the correct note ?
acl annotatedWithANote1 note a note1
http_access deny annotatedWithANote1
Alex.
> acl aclname note [-m[=delimiters]] name [value ...]
> # match transaction annotation [fast]
> # Without values, matches any annotation with a given name.
> # With value(s), matches any annotation with a given name that
> # also has one of the given values.
Thanks, works like a charm
Helper answer OK mykey=note1
Acl mynote note mykey note1
http_access deny mynote
More information about the squid-users
mailing list