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