mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 04:46:40 +00:00
Fix issues with relaying and holepunching
This commit is contained in:
@@ -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+$/,
|
||||
|
||||
Reference in New Issue
Block a user