mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-27 07:16:40 +00:00
Add asn option to blueprint type
This commit is contained in:
@@ -74,7 +74,7 @@ export const AuthSchema = z.object({
|
|||||||
|
|
||||||
export const RuleSchema = z.object({
|
export const RuleSchema = z.object({
|
||||||
action: z.enum(["allow", "deny", "pass"]),
|
action: z.enum(["allow", "deny", "pass"]),
|
||||||
match: z.enum(["cidr", "path", "ip", "country"]),
|
match: z.enum(["cidr", "path", "ip", "country", "asn"]),
|
||||||
value: z.string()
|
value: z.string()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user