From 83b9338ce62d16a00050ecf3f5d3a28806775db8 Mon Sep 17 00:00:00 2001 From: Viktor Stanchev Date: Fri, 17 Feb 2017 12:11:12 -0800 Subject: [PATCH] document what outgoing connections dtr makes --- .../dtr/2.2/guides/admin/install/install-offline.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/datacenter/dtr/2.2/guides/admin/install/install-offline.md b/datacenter/dtr/2.2/guides/admin/install/install-offline.md index 55ad6e97c5..db7c32beb3 100644 --- a/datacenter/dtr/2.2/guides/admin/install/install-offline.md +++ b/datacenter/dtr/2.2/guides/admin/install/install-offline.md @@ -53,6 +53,16 @@ For each machine where you want to install DTR: Now that the offline hosts have all the images needed to install DTR, you can [install DTR on that host](index.md). +### Preventing outgoing connections + +DTR makes outgoing connections to: +* report analytics, +* check for new versions, +* check online licenses, +* update the vulnerability scanning database + +All of these uses of online connections are optional. You can choose to +disable or not use any or all of these features on the admin settings page. ## Where to go next