mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 05:16:38 +00:00
Working on auto registering gerbil
This commit is contained in:
@@ -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"),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user