mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-08 03:36:37 +00:00
Working!
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user