Add log and fix default

This commit is contained in:
Owen
2025-07-27 14:11:36 -07:00
parent 28f8b05dbc
commit e105a523e4
2 changed files with 3 additions and 1 deletions

View File

@@ -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:

View File

@@ -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);