fix(bridge): use default Bonjour domain

This commit is contained in:
Peter Steinberger
2025-12-12 21:59:04 +00:00
parent e31383a8f1
commit 9cf457be0a
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ actor BridgeServer {
listener.service = NWListener.Service(
name: "\(name) (Clawdis)",
type: ClawdisBonjour.bridgeServiceType,
domain: ClawdisBonjour.bridgeServiceDomain,
domain: nil,
txtRecord: nil)
listener.newConnectionHandler = { [weak self] connection in