mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-29 07:04:39 +02:00
more frontend for clients
This commit is contained in:
parent
204403da67
commit
3830ad65fc
3 changed files with 22 additions and 21 deletions
|
@ -20,7 +20,7 @@ export const handleGetConfigMessage: MessageHandler = async (context) => {
|
|||
const newt = client as Newt;
|
||||
|
||||
logger.debug(JSON.stringify(message.data));
|
||||
|
||||
|
||||
|
||||
logger.debug("Handling Newt get config message!");
|
||||
|
||||
|
@ -60,7 +60,7 @@ export const handleGetConfigMessage: MessageHandler = async (context) => {
|
|||
let site: Site | undefined;
|
||||
if (!site) {
|
||||
const address = await getNextAvailableSubnet();
|
||||
const listenPort = await getNextAvailablePort();
|
||||
const listenPort = await getNextAvailablePort();
|
||||
|
||||
// create a new exit node
|
||||
const [updateRes] = await db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue