mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-27 04:34:49 +02:00
Control which types of sites work and tell user
This commit is contained in:
parent
3b8d1f40a7
commit
af2088df4e
4 changed files with 8 additions and 4 deletions
|
@ -154,7 +154,8 @@ export const configSchema = z
|
|||
.string()
|
||||
.optional()
|
||||
.default("./dynamic/router_config.yml"),
|
||||
staticDomains: z.array(z.string()).optional().default([])
|
||||
static_domains: z.array(z.string()).optional().default([]),
|
||||
site_types: z.array(z.string()).optional().default(["newt", "wireguard", "local"])
|
||||
})
|
||||
.optional()
|
||||
.default({}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue