0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-20 06:58:38 +03:00

Feat: add reverse match for GeoIP

This commit is contained in:
秋のかえで
2021-04-08 13:07:53 +08:00
parent 8a7cd65fc2
commit 68201a8898
5 changed files with 106 additions and 32 deletions

View File

@ -18,6 +18,7 @@ message CIDR {
message GeoIP {
string country_code = 1;
repeated CIDR cidr = 2;
bool reverse_match =3;
}
message GeoIPList {