From 67b1241398c9a5278bf77b43b2ab510dc91b42ad Mon Sep 17 00:00:00 2001 From: ivansharamok Date: Thu, 11 Jul 2019 13:22:22 -0700 Subject: [PATCH] add DNS names used by DTR --- ee/dtr/admin/configure/use-a-web-proxy.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ee/dtr/admin/configure/use-a-web-proxy.md b/ee/dtr/admin/configure/use-a-web-proxy.md index 56f8c86a51..6c2f44abd3 100644 --- a/ee/dtr/admin/configure/use-a-web-proxy.md +++ b/ee/dtr/admin/configure/use-a-web-proxy.md @@ -41,6 +41,15 @@ docker run -it --rm \ > **Note**: DTR will hide the password portion of the URL, when it is displayed in the DTR UI. +## DNS names used by DTR + +When proxy is configured to allow access only to whitelisted DNS names, make sure to whitelist these DNS names: + +```text +dss-cve-updates.docker.com +license.enterprise.docker.com +``` + ## Where to go next - [Configure garbage collection](garbage-collection.md)