Working on fixing exit node issue

This commit is contained in:
Owen
2025-10-18 21:15:56 -07:00
parent 240c5b005b
commit f869df2f65
3 changed files with 2 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ export const privateConfigSchema = z.object({
local_exit_node_reachable_at: z
.string()
.optional()
.default("http://gerbil:3003")
.default("http://gerbil:3004")
})
.optional()
.default({}),