From 6801cb7f6830c43713be9d227db6fa289bfa9c29 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 24 Jan 2026 22:43:20 -0800 Subject: [PATCH] Add mDNS service queries for SMB, AirPlay, QLab, Blackmagic, and HyperDeck Co-Authored-By: Claude Opus 4.5 --- mdns.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mdns.go b/mdns.go index 91ec2ff..2fd6fef 100644 --- a/mdns.go +++ b/mdns.go @@ -145,6 +145,11 @@ func (t *Tendrils) processMDNSResponse(ifaceName string, srcIP net.IP, msg *dns. var mdnsServices = []string{ "_services._dns-sd._udp.local.", "_skaarhoj._tcp.local.", + "_smb._tcp.local.", + "_airplay._tcp.local.", + "_qlab._tcp.local.", + "_blackmagic._tcp.local.", + "_hyperdeck_ctrl._tcp.local.", } func (t *Tendrils) runMDNSQuerier(ctx context.Context, iface net.Interface, conn *net.UDPConn) {