mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 23:42:40 +00:00
Merge branch 'dev' into feat/login-page-customization
This commit is contained in:
commit
ba9048a377
45 changed files with 4123 additions and 310 deletions
|
|
@ -176,7 +176,8 @@ export const targetHealthCheck = pgTable("targetHealthCheck", {
|
|||
hcFollowRedirects: boolean("hcFollowRedirects").default(true),
|
||||
hcMethod: varchar("hcMethod").default("GET"),
|
||||
hcStatus: integer("hcStatus"), // http code
|
||||
hcHealth: text("hcHealth").default("unknown") // "unknown", "healthy", "unhealthy"
|
||||
hcHealth: text("hcHealth").default("unknown"), // "unknown", "healthy", "unhealthy"
|
||||
hcTlsServerName: text("hcTlsServerName"),
|
||||
});
|
||||
|
||||
export const exitNodes = pgTable("exitNodes", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue