mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
Make /32 to not mess with newt
This commit is contained in:
@@ -272,7 +272,7 @@ export async function createSite(
|
||||
type,
|
||||
dockerSocketEnabled: false,
|
||||
online: true,
|
||||
subnet: "0.0.0.0/0"
|
||||
subnet: "0.0.0.0/32"
|
||||
})
|
||||
.returning();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user