Update systemd.md

NO_PROXY does not support CIDR notation. #8191
This commit is contained in:
Ryuji Coffee 2019-02-08 17:10:47 +09:00 committed by GitHub
parent d2aa9877e9
commit bec34a4a6e
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