Format
Bypass rules have the following format:
bypass src ipaddress | dst ipaddress | src ipaddress AND dst ipaddress
| Option | Description |
|---|---|
| src ipaddress |
Specifies the source (client) IP address in incoming requests that the proxy must bypass. ipaddress can be one of the following: A simple IP address, such as 123.45.67.8
|
| dst ipaddress |
Specifies the destination (origin server) IP address in incoming requests that the proxy must bypass. ipaddress can be one of the following: A simple IP address, such as 123.45.67.8
|
| src ipaddress AND dst ipaddress |
Specifies the source and destination IP address pair that the proxy must bypass. ipaddress can be a single IP address, an IP address range, or a combination of both separated by commas |