Configuration Files > bypass.config
|
|
Source bypass rules configure the proxy to bypass a particular source IP address or range of IP addresses. For example, you can bypass clients that do not want to use caching.
|
|
Destination bypass rules configure the proxy to bypass a particular destination IP address or range of IP addresses. For example, you can bypass origin servers that use IP authentication based on the client's real IP address.
|
|
Source/destination pair bypass rules configure the proxy to bypass requests that originate from the specified source to the specified destination. For example, you can route around specific client-server pairs that experience broken IP authentication or out-of-band HTTP traffic problems when cached. Source/destination bypass rules can be preferable to destination rules because they block a destination server only for users that experience problems.
|
src ipaddress
|
ipaddress can be one of the following:
A simple IP address, such as 123.45.67.8
|
||||
dst ipaddress
|
ipaddress can be one of the following:
A simple IP address, such as 123.45.67.8
|
||||
ipaddress can be a single IP address, an IP address range, or a combination of both separated by commas
|
For the dynamic deny bypass rules to work, you must enable the Dynamic Bypass option in the Content Gateway manager or set the variable proxy.config.arm.bypass_dynamic_enabled to 1 in the records.config file.
|
Configuration Files > bypass.config
|