Fix issues with relaying and holepunching

This commit is contained in:
Owen
2025-03-27 22:13:57 -04:00
parent 4b6985718a
commit a665e3aae9
5 changed files with 10 additions and 15 deletions

View File

@@ -97,7 +97,7 @@ export async function pickClientDefaults(
let subnets = clientsQuery.map((client) => client.subnet);
// exclude the exit node address by replacing after the / with a site block size
// exclude the newt address by replacing after the / with a site block size
subnets.push(
address.replace(
/\/\d+$/,