mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-02 13:41:09 +00:00
Hide cname and ns if not using dns
This commit is contained in:
parent
9af206b69a
commit
19210cbf7d
7 changed files with 13 additions and 13 deletions
|
|
@ -83,7 +83,7 @@ export const privateConfigSchema = z.object({
|
|||
flags: z
|
||||
.object({
|
||||
enable_redis: z.boolean().optional().default(false),
|
||||
generate_own_certificates: z.boolean().optional().default(false)
|
||||
use_pangolin_dns: z.boolean().optional().default(false)
|
||||
})
|
||||
.optional()
|
||||
.default({}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue