Squid 配置指令 clientside_mark
可用版本:
此指令在 Squid 的 v8 版本中不可用。
此指令在 Squid 的 v7 版本中不可用。
此指令在 Squid 的 v6 版本中不可用。
此指令在 Squid 的 v5 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | clientside_mark |
|---|---|
| 替代 | |
| 要求 | 数据包 MARK (Linux) |
| 默认值 | none |
| 建议配置 |
|
Allows you to apply a Netfilter mark value to packets being transmitted on the client-side, based on an ACL. clientside_mark mark-value [!]aclname ... Example where normal_service_net uses the mark value 0x00 and good_service_net uses 0x20 acl normal_service_net src 10.0.0.0/24 acl good_service_net src 10.0.1.0/24 clientside_mark 0x00 normal_service_net clientside_mark 0x20 good_service_net Note: This feature is incompatible with qos_flows. Any mark values set here will be overwritten by mark values in qos_flows. This clause only supports fast acl types. See https://wiki.squid.org.cn/SquidFaq/SquidAcl for details. |
|
