From bec34a4a6e1121146c54133aeee3195c780d8da7 Mon Sep 17 00:00:00 2001 From: Ryuji Coffee <37785939+ryujisnote@users.noreply.github.com> Date: Fri, 8 Feb 2019 17:10:47 +0900 Subject: [PATCH] Update systemd.md NO_PROXY does not support CIDR notation. #8191 --- config/daemon/systemd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/daemon/systemd.md b/config/daemon/systemd.md index 57d7863603..1c18eeae3e 100644 --- a/config/daemon/systemd.md +++ b/config/daemon/systemd.md @@ -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 values for hosts that should be excluded from proxying. These are the 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 (`*`) * A domain name matches that name and all subdomains. A domain name with a leading "." matches subdomains only. For example, given the domains