mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-13 03:28:19 +00:00
HP works!
This commit is contained in:
@@ -57,7 +57,7 @@ export const handleGetConfigMessage: MessageHandler = async (context) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let site: Site | undefined;
|
let site: Site | undefined;
|
||||||
if (!site) {
|
if (!siteRes.address) {
|
||||||
const address = await getNextAvailableSubnet();
|
const address = await getNextAvailableSubnet();
|
||||||
const listenPort = await getNextAvailablePort();
|
const listenPort = await getNextAvailablePort();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user