From c12e8c0933e7116b0c89c0368677771797ca1062 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 23 Jan 2026 00:45:09 -0800 Subject: [PATCH] add danteancil mdns service query Co-Authored-By: Claude Opus 4.5 --- dante.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dante.go b/dante.go index 5e45665..578d56a 100644 --- a/dante.go +++ b/dante.go @@ -60,6 +60,7 @@ func (t *Tendrils) sendDanteMDNSQuery(ifaceName string, srcIP net.IP) { "_netaudio-chan._udp.local.", "_dantevideo._udp.local.", "_dantevid-flow._udp.local.", + "_danteancil._udp.local.", } for _, service := range services {