Fix some clients address showing issues

This commit is contained in:
Owen
2025-07-15 15:11:15 -07:00
parent f1291d4d7d
commit 78bfcf5b1c
5 changed files with 61 additions and 510 deletions
+2 -2
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"