TAG NAME tcp_outgoing_address

Description Allows you to map requests to different outgoing IP addresses based on the username or source address of the
user making the request
Build Option
Default
Usage
tcp_outgoing_address ipaddr [[!]aclname] …
Default
none

Synopsis
Processing proceeds in the order specified, and stops at first fully matching line.

Arguments

ipaddr
Outgoing ip address
aclname
Access lists

Example(s)
acl normal_net src 172.16.1.0/24
tcp_outgoing_address 172.16.1.53 normal_net
Here requests from machines in network 172.16.1.0 will be sent as request from 172.16.1.53 to the origin server.