Merge branch 'holepunch' into hp-multi-client

This commit is contained in:
Owen
2025-03-31 15:24:33 -04:00
8 changed files with 120 additions and 22 deletions

View File

@@ -48,7 +48,8 @@ export const sites = sqliteTable("sites", {
address: text("address"), // this is the address of the wireguard interface in gerbil
endpoint: text("endpoint"), // this is how to reach gerbil externally - gets put into the wireguard config
publicKey: text("pubicKey"),
lastHolePunch: integer("lastHolePunch"),
lastHolePunch: integer("lastHolePunch"),
listenPort: integer("listenPort")
});
export const resources = sqliteTable("resources", {