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,