mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-23 20:24:34 +02:00
fix typo
This commit is contained in:
parent
8c42dee5de
commit
4d7b905e98
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export const sites = sqliteTable("sites", {
|
|||
// exit node stuff that is how to connect to the site when it has a wg server
|
||||
address: text("address"), // this is the address of the wireguard interface in newt
|
||||
endpoint: text("endpoint"), // this is how to reach gerbil externally - gets put into the wireguard config
|
||||
publicKey: text("pubicKey"),
|
||||
publicKey: text("pubicKey"), // TODO: Fix typo in publicKey
|
||||
lastHolePunch: integer("lastHolePunch"),
|
||||
listenPort: integer("listenPort"),
|
||||
dockerSocketEnabled: integer("dockerSocketEnabled", { mode: "boolean" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue