Do not collect services, we dont support it

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2023-02-02 09:18:50 +01:00 committed by Kristoffer Dalby
parent 50fb7ad6ce
commit 4183345020
1 changed files with 4 additions and 0 deletions

View File

@ -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,