mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +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({
|
||||
action: z.enum(["allow", "deny", "pass"]),
|
||||
match: z.enum(["cidr", "path", "ip", "country"]),
|
||||
match: z.enum(["cidr", "path", "ip", "country", "asn"]),
|
||||
value: z.string()
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user