mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
Add log and fix default
This commit is contained in:
@@ -24,7 +24,7 @@ gerbil:
|
|||||||
|
|
||||||
orgs:
|
orgs:
|
||||||
block_size: 24
|
block_size: 24
|
||||||
subnet_group: 100.89.138.0/20
|
subnet_group: 100.90.128.0/24
|
||||||
|
|
||||||
{{if .EnableEmail}}
|
{{if .EnableEmail}}
|
||||||
email:
|
email:
|
||||||
|
|||||||
@@ -125,6 +125,8 @@ export async function updateHolePunch(
|
|||||||
}
|
}
|
||||||
|
|
||||||
} else if (newtId) {
|
} else if (newtId) {
|
||||||
|
logger.debug(`Got hole punch with ip: ${ip}, port: ${port} for olmId: ${olmId}`);
|
||||||
|
|
||||||
const { session, newt: newtSession } =
|
const { session, newt: newtSession } =
|
||||||
await validateNewtSessionToken(token);
|
await validateNewtSessionToken(token);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user