Make /32 to not mess with newt

This commit is contained in:
Owen
2025-08-28 22:42:27 -07:00
parent d8e547c9a0
commit b156b5ff2d

View File

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