default gateway to 0.0.0.0 for web UI
This commit is contained in:
@@ -109,7 +109,7 @@ const serverNodePolicySchema = z.object({
|
||||
|
||||
const serverSchema = z.object({
|
||||
tailscale: tailscaleSchema,
|
||||
localhost: z.boolean().default(true),
|
||||
localhost: z.boolean().default(false),
|
||||
port: z.number().default(18800),
|
||||
/** Static bearer token for gateway auth. If set, all connections must provide it. */
|
||||
token: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user