Update gerbil with new sites and targets

This commit is contained in:
Owen Schwartz
2024-10-26 22:44:34 -04:00
parent 25224e0343
commit 4ed5ef1765
11 changed files with 270 additions and 104 deletions

View File

@@ -14,7 +14,7 @@ const updateTargetParamsSchema = z.object({
});
const updateTargetBodySchema = z.object({
ip: z.string().ip().optional(),
// ip: z.string().ip().optional(), // for now we cant update the ip; you will have to delete
method: z.string().min(1).max(10).optional(),
port: z.number().int().min(1).max(65535).optional(),
protocol: z.string().optional(),