Merge pull request #8217 from ryujisnote/ryujisnote-noproxy-nocidr-1

NO_PROXY does not support CIDR notation.
This commit is contained in:
paigehargrave 2019-02-12 16:27:03 -05:00 committed by GitHub
commit d41dd938d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ you need to add this configuration in the Docker systemd service file.
The `NO_PROXY` variable specifies a string that contains comma-separated The `NO_PROXY` variable specifies a string that contains comma-separated
values for hosts that should be excluded from proxying. These are the values for hosts that should be excluded from proxying. These are the
options you can specify to exclude hosts: options you can specify to exclude hosts:
* IP address prefix (`1.2.3.4`) or in CIDR notation (`1.2.3.4/8`) * IP address prefix (`1.2.3.4`)
* Domain name, or a special DNS label (`*`) * Domain name, or a special DNS label (`*`)
* A domain name matches that name and all subdomains. A domain name with * A domain name matches that name and all subdomains. A domain name with
a leading "." matches subdomains only. For example, given the domains a leading "." matches subdomains only. For example, given the domains