Squid configuration directive tcp_outgoing_mark

Available in: v7   v6   v5   v4   3.5   3.4   3.3   3.2  

For older versions than v4 see the linked pages above

Configuration Details:

Option Name:tcp_outgoing_mark
Replaces:
Requires:--with-cap and Packet MARK (Linux)
Default Value:none
Suggested Config:

	Allows you to apply a Netfilter mark value to outgoing packets
	on the server side, based on an ACL.

	tcp_outgoing_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
	tcp_outgoing_mark 0x00 normal_service_net
	tcp_outgoing_mark 0x20 good_service_net

	Only fast ACLs are supported.

 

Back

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors