Send this right IP this time

This commit is contained in:
Owen
2025-08-05 11:37:45 -07:00
parent fe5c91db29
commit d557832509
+1 -1
View File
@@ -175,7 +175,7 @@ export async function updateHolePunch(
for (const site of sitesOnExitNode) {
if (site.subnet && site.listenPort) {
destinations.push({
destinationIP: ip,
destinationIP: site.subnet.split("/")[0],
destinationPort: site.listenPort
});
}