Remove remote subnet

This commit is contained in:
Owen
2025-11-09 10:35:32 -08:00
parent 08c82e072e
commit 7dcf4d5192

View File

@@ -89,7 +89,6 @@ export const sites = pgTable("sites", {
lastHolePunch: bigint("lastHolePunch", { mode: "number" }),
listenPort: integer("listenPort"),
dockerSocketEnabled: boolean("dockerSocketEnabled").notNull().default(true),
remoteSubnets: text("remoteSubnets") // comma-separated list of subnets that this site can access
});
export const resources = pgTable("resources", {