mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-08 15:14:52 +02:00
🚧 More country is not rule
This commit is contained in:
@@ -27,6 +27,7 @@ const resourceRuleMatchSchema = z.enum([
|
||||
"IP",
|
||||
"PATH",
|
||||
"COUNTRY",
|
||||
"COUNTRY_IS_NOT",
|
||||
"ASN",
|
||||
"REGION"
|
||||
]);
|
||||
@@ -144,6 +145,7 @@ export async function updateResourceRule(
|
||||
| "IP"
|
||||
| "PATH"
|
||||
| "COUNTRY"
|
||||
| "COUNTRY_IS_NOT"
|
||||
| "ASN"
|
||||
| "REGION";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user