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