This commit is contained in:
Owen
2025-02-21 18:51:16 -05:00
parent 450b0bf4fa
commit b9080a1ec1
7 changed files with 15 additions and 18 deletions

View File

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