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:
@ -18,6 +18,7 @@ message CIDR {
|
||||
message GeoIP {
|
||||
string country_code = 1;
|
||||
repeated CIDR cidr = 2;
|
||||
bool reverse_match =3;
|
||||
}
|
||||
|
||||
message GeoIPList {
|
||||
|
Reference in New Issue
Block a user