mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 07:42:04 +00:00
fix: tighten custom bind probing (#740) (thanks @jeffersonwarrior)
This commit is contained in:
parent
c851bdd47a
commit
78627ce7c2
4 changed files with 8 additions and 6 deletions
|
|
@ -436,10 +436,7 @@ async function gatherDaemonStatus(opts: {
|
|||
| "loopback"
|
||||
| "custom";
|
||||
const customBindHost = daemonCfg.gateway?.customBindHost;
|
||||
const bindHost = await resolveGatewayBindHost(
|
||||
bindMode,
|
||||
customBindHost,
|
||||
);
|
||||
const bindHost = await resolveGatewayBindHost(bindMode, customBindHost);
|
||||
const tailnetIPv4 = pickPrimaryTailnetIPv4();
|
||||
const probeHost = pickProbeHostForBind(bindMode, tailnetIPv4, customBindHost);
|
||||
const probeUrlOverride =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue