Handle holepunches better

Former-commit-id: 136eee3302
This commit is contained in:
Owen
2025-12-01 13:54:01 -05:00
parent fb007e09a9
commit 7270b840cf
4 changed files with 167 additions and 125 deletions

View File

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