Working on auto registering gerbil

This commit is contained in:
Owen Schwartz
2024-10-26 12:02:21 -04:00
parent d54cf34377
commit bbf3709974
3 changed files with 103 additions and 27 deletions

View File

@@ -51,7 +51,7 @@ export const exitNodes = sqliteTable("exitNodes", {
exitNodeId: integer("exitNodeId").primaryKey({ autoIncrement: true }),
name: text("name").notNull(),
address: text("address").notNull(),
privateKey: text("privateKey"),
publicKey: text("pubicKey").notNull(),
listenPort: integer("listenPort"),
});