fix(gateway): advertise bonjour hostname

This commit is contained in:
Peter Steinberger
2025-12-13 12:28:16 +00:00
parent 36f21c5a4f
commit 2b71ea21ad
3 changed files with 21 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ export async function startGatewayBonjourAdvertiser(
type: "clawdis-master",
protocol: Protocol.TCP,
port: opts.sshPort ?? 22,
domain: "local",
hostname,
txt: {
...txtBase,
sshPort: String(opts.sshPort ?? 22),
@@ -88,6 +90,8 @@ export async function startGatewayBonjourAdvertiser(
type: "clawdis-bridge",
protocol: Protocol.TCP,
port: opts.bridgePort,
domain: "local",
hostname,
txt: {
...txtBase,
transport: "bridge",