From f1727232cb6c5c5ffa5c470c89100e5c30825efe Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 8 Dec 2017 16:51:15 +0000 Subject: [PATCH] probe: Use an absolute FQDN for cloud.weave.works by default This can save a few DNS queries here and there! --- prog/probe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/probe.go b/prog/probe.go index 5d282d016..80c6d6451 100644 --- a/prog/probe.go +++ b/prog/probe.go @@ -37,7 +37,7 @@ import ( const ( versionCheckPeriod = 6 * time.Hour - defaultServiceHost = "https://cloud.weave.works:443" + defaultServiceHost = "https://cloud.weave.works.:443" ) var (