|
|
@@ -71,18 +71,15 @@ message RoutingRule {
|
|
|
// List of GeoIPs for target IP address matching. If this entry exists, the cidr above will have no effect.
|
|
|
// GeoIP fields with the same country code are supposed to contain exactly same content. They will be merged during runtime.
|
|
|
// For customized GeoIPs, please leave country code empty.
|
|
|
- // The CIDR list in the GeoIP must be sorted beforehand.
|
|
|
repeated GeoIP geoip = 10;
|
|
|
|
|
|
v2ray.core.common.net.PortRange port_range = 4;
|
|
|
v2ray.core.common.net.NetworkList network_list = 5;
|
|
|
|
|
|
// List of CIDRs for source IP address matching.
|
|
|
- // The list must be sorted beforehand.
|
|
|
repeated CIDR source_cidr = 6 [deprecated = true];
|
|
|
|
|
|
// List of GeoIPs for source IP address matching. If this entry exists, the source_cidr above will have no effect.
|
|
|
- // The CIDR list in the GeoIP must be sorted beforehand.
|
|
|
repeated GeoIP source_geoip = 11;
|
|
|
|
|
|
repeated string user_email = 7;
|