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

  • In CIDR (Classless Inter-Domain Routing) format, such as 1.1.1.0/24
  • A range separated by a dash, such as 1.1.1.1-2.2.2.2
  • Any combination of the above, separated by commas, such as 1.1.1.0/24, 25.25.25.25, 123.1.23.1-123.1.23.123
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

  • In CIDR (Classless Inter-Domain Routing) format, such as 1.1.1.0/24
  • A range separated by a dash, such as 1.1.1.1-2.2.2.2
  • Any combination of the above, separated by commas, such as 1.1.1.0/24, 25.25.25.25, 123.1.23.1-123.1.23.123
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