mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-28 06:34:50 +02:00
Fix subnet issues
This commit is contained in:
parent
8ee6a3f134
commit
733e0e07c3
4 changed files with 8 additions and 4 deletions
|
@ -130,7 +130,8 @@ export async function pickClientDefaults(
|
|||
name: site.name,
|
||||
listenPort: listenPort,
|
||||
endpoint: endpoint,
|
||||
subnet: `${newSubnet.split("/")[0]}/${config.getRawConfig().newt.block_size}`, // we want the block size of the whole subnet
|
||||
// subnet: `${newSubnet.split("/")[0]}/${config.getRawConfig().newt.block_size}`, // we want the block size of the whole subnet
|
||||
subnet: newSubnet,
|
||||
olmId: olmId,
|
||||
olmSecret: secret
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue