优化WAF区域/省份封禁:增加仅允许、增加中国香港澳台、内地等特殊区域

This commit is contained in:
GoEdgeLab
2023-07-07 09:51:30 +08:00
parent d7b8e9f179
commit 89eb516dd0
6 changed files with 341 additions and 11 deletions

View File

@@ -12,4 +12,5 @@ message RegionCountry {
string customName = 5;
repeated string customCodes = 6;
string displayName = 7;
bool isCommon = 8; // 是否常用
}