Fix some clients address showing issues

This commit is contained in:
Owen 2025-07-15 15:11:15 -07:00
parent f1291d4d7d
commit 78bfcf5b1c
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
5 changed files with 61 additions and 510 deletions

View file

@ -205,7 +205,7 @@ export async function createSite(
exitNodeId,
name,
niceId,
// address: updatedAddress || null,
address: updatedAddress || null,
subnet,
type,
dockerSocketEnabled: type == "newt",
@ -221,7 +221,7 @@ export async function createSite(
orgId,
name,
niceId,
// address: updatedAddress || null,
address: updatedAddress || null,
type,
dockerSocketEnabled: type == "newt",
subnet: "0.0.0.0/0"