mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-31 08:04:54 +02:00
Fix some clients address showing issues
This commit is contained in:
parent
f1291d4d7d
commit
78bfcf5b1c
5 changed files with 61 additions and 510 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue