mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 01:51:24 +00:00
refactor: remove bridge protocol
This commit is contained in:
@@ -23,7 +23,7 @@ export function isLoopbackAddress(ip: string | undefined): boolean {
|
||||
* @returns The bind address to use (never null)
|
||||
*/
|
||||
export async function resolveGatewayBindHost(
|
||||
bind: import("../config/config.js").BridgeBindMode | undefined,
|
||||
bind: import("../config/config.js").GatewayBindMode | undefined,
|
||||
customHost?: string,
|
||||
): Promise<string> {
|
||||
const mode = bind ?? "loopback";
|
||||
|
||||
Reference in New Issue
Block a user