mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 02:47:46 +00:00
Control which types of sites work and tell user
This commit is contained in:
@@ -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({}),
|
||||
|
||||
Reference in New Issue
Block a user