ip2location_ip2proxy/
csv_format.rs

1//
2pub const CSV_HEADER_PX11: &[&str] = &[
3    "ip_from",
4    "ip_to",
5    "proxy_type",
6    "country_code",
7    "country_name",
8    "region_name",
9    "city_name",
10    "isp",
11    "domain",
12    "usage_type",
13    "asn",
14    "as_name",
15    "last_seen",
16    "threat",
17    "provider",
18];