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. |