Update peer data when HP changes

This commit is contained in:
Owen
2025-11-30 11:39:16 -05:00
parent 79f0d60533
commit dd6b1d88d3
2 changed files with 139 additions and 6 deletions

View File

@@ -78,8 +78,8 @@ export async function updatePeer(
siteId: number;
publicKey: string;
endpoint: string;
serverIP: string | null;
serverPort: number | null;
serverIP?: string | null;
serverPort?: number | null;
remoteSubnets?: string[] | null; // optional, comma-separated list of subnets that
},
olmId?: string