feat: add discovery role hints

This commit is contained in:
Peter Steinberger
2026-01-20 12:10:13 +00:00
parent c613769d22
commit 7720106624
3 changed files with 15 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ function renderZone(opts: WideAreaGatewayZoneOpts & { serial: number }): string
const txt = [
`displayName=${opts.displayName.trim() || hostname}`,
`role=gateway`,
`transport=gateway`,
`gatewayPort=${opts.gatewayPort}`,
];