Fix bind issue when switching orgs

Former-commit-id: 407145ab84
This commit is contained in:
Owen
2025-11-30 20:42:22 -05:00
parent 9ce6450351
commit fb007e09a9
3 changed files with 52 additions and 31 deletions

View File

@@ -235,6 +235,7 @@ func runOlmMainWithArgs(ctx context.Context, args []string) {
OrgID: config.OrgID,
OverrideDNS: config.OverrideDNS,
EnableUAPI: true,
DisableRelay: true,
}
go olm.StartTunnel(tunnelConfig)
} else {