mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-02 21:51:23 +00:00
Working on fixing exit node issue
This commit is contained in:
parent
240c5b005b
commit
f869df2f65
3 changed files with 2 additions and 10 deletions
|
|
@ -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({}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue