Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions draft-ietf-intarea-proxy-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,9 @@ Matches are performed against absolute domain names, independent of the client's
Clients MUST NOT apply local DNS suffix search rules when interpreting `domains` entries. A
string MAY have a trailing dot ("."); it does not affect the matching logic.

The `subnets` array includes IPv4 and IPv6 address literals, as well as IPv4 and IPv6 address subnets
written using CIDR notation {{?CIDR=RFC4632}}. Subnet-based destination information can apply to cases where
The `subnets` array includes IPv4 and IPv6 address literals, as well as IPv4 address subnets
represented using CIDR notation {{!CIDR=RFC4632}} and IPv6 address prefixes {{Section 2.3 of !IPv6-ADDR=RFC4291}}.
Subnet-based destination information can apply to cases where
Comment thread
tfpauly marked this conversation as resolved.
applications are communicating directly with an IP address (without having resolved a DNS name)
as well as cases where an application resolved a DNS name to a set of IP addresses. Note that
if destination rules include an empty `proxies` array (indicating that no proxy is applicable for
Expand Down
Loading