mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-02 18:14:56 +02:00
add migration
This commit is contained in:
parent
81adcd9234
commit
3ebc01df8c
5 changed files with 4128 additions and 1461 deletions
|
@ -104,7 +104,7 @@ export const exitNodes = sqliteTable("exitNodes", {
|
|||
name: text("name").notNull(),
|
||||
address: text("address").notNull(), // this is the address of the wireguard interface in gerbil
|
||||
endpoint: text("endpoint").notNull(), // this is how to reach gerbil externally - gets put into the wireguard config
|
||||
publicKey: text("pubicKey").notNull(),
|
||||
publicKey: text("publicKey").notNull(),
|
||||
listenPort: integer("listenPort").notNull(),
|
||||
reachableAt: text("reachableAt") // this is the internal address of the gerbil http server for command control
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue