Fix subnet issues

This commit is contained in:
Owen
2025-02-24 20:21:57 -05:00
parent 8ee6a3f134
commit 733e0e07c3
4 changed files with 8 additions and 4 deletions

View File

@@ -84,7 +84,8 @@ export async function pickSiteDefaults(
name: exitNode.name,
listenPort: exitNode.listenPort,
endpoint: exitNode.endpoint,
subnet: `${newSubnet.split("/")[0]}/${config.getRawConfig().gerbil.block_size}`, // we want the block size of the whole subnet
// subnet: `${newSubnet.split("/")[0]}/${config.getRawConfig().gerbil.block_size}`, // we want the block size of the whole subnet
subnet: newSubnet,
newtId,
newtSecret: secret
},