[squid-users] request future option

joseph chip_pop at hotmail.com
Thu Jun 1 17:29:46 UTC 2017


well  another good idea
	clientside_tos ds-field [!]aclname ...
--------------------------------------
	acl normal_service_net src 10.0.0.0/24
	acl good_service_net src 10.0.1.0/24
	clientside_tos 0x00 normal_service_net
	clientside_tos 0x20 good_service_net

almost got me never seen that befor but  it will be wondeful if  normal acl
regex  matching url
example: its good to send mark on acl base for limiting the speed in router
to thgose DSCP
or puch hi speed to those as that example
acl match_updates url_regex -i  \.picaso\.org.*\.avi
clientside_tos 0x20 match_updates

but wat i need is diferent  if a file come from ecap the adapter will send
command to squid to force dscp tos  to a value that in adapter itself like

virtual void SetTos(std::string &value);
std::string dscpTmp = 0x50;
SetTos(dscpTmp );

that wen the file sent from the adapter set tos to xx
so i can tell if the file exist or not
tks

 




--
View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/request-future-option-tp4682648p4682663.html
Sent from the Squid - Users mailing list archive at Nabble.com.


More information about the squid-users mailing list