From 4183345020148793eb573aa846aaf5a43a3b69cc Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 2 Feb 2023 09:18:50 +0100 Subject: [PATCH] Do not collect services, we dont support it Signed-off-by: Kristoffer Dalby --- api_common.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api_common.go b/api_common.go index 86e98649..7905c29d 100644 --- a/api_common.go +++ b/api_common.go @@ -83,6 +83,10 @@ func (h *Headscale) generateMapResponse( // TODO: Only send if updated Domain: h.cfg.BaseDomain, + // Do not instruct clients to collect services, we do not + // support or do anything with them + CollectServices: "false", + // TODO: Only send if updated PacketFilter: h.aclRules,