File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 2.9.1
7+ ++++++++++++++++++
8+
9+ * Updated documentation of anonymizer attributes - ``is_anonymous_vpn `` and
10+ ``is_hosting_provider `` - to be more descriptive.
11+
6122.9.0 (2018-05-25)
713++++++++++++++++++
814
Original file line number Diff line number Diff line change @@ -328,13 +328,19 @@ class AnonymousIP(SimpleModel):
328328
329329 .. attribute:: is_anonymous_vpn
330330
331- This is true if the IP address belongs to an anonymous VPN system.
331+ This is true if the IP address is registered to an anonymous VPN
332+ provider.
333+
334+ If a VPN provider does not register subnets under names associated with
335+ them, we will likely only flag their IP ranges using the
336+ ``is_hosting_provider`` attribute.
332337
333338 :type: bool
334339
335340 .. attribute:: is_hosting_provider
336341
337- This is true if the IP address belongs to a hosting provider.
342+ This is true if the IP address belongs to a hosting or VPN provider
343+ (see description of ``is_anonymous_vpn`` attribute).
338344
339345 :type: bool
340346
Original file line number Diff line number Diff line change @@ -560,14 +560,21 @@ class Traits(Record):
560560
561561 .. attribute:: is_anonymous_vpn
562562
563- This is true if the IP address belongs to an anonymous VPN system.
563+ This is true if the IP address is registered to an anonymous VPN
564+ provider.
565+
566+ If a VPN provider does not register subnets under names associated with
567+ them, we will likely only flag their IP ranges using the
568+ ``is_hosting_provider`` attribute.
569+
564570 This attribute is only available from GeoIP2 Precision Insights.
565571
566572 :type: bool
567573
568574 .. attribute:: is_hosting_provider
569575
570- This is true if the IP address belongs to a hosting provider.
576+ This is true if the IP address belongs to a hosting or VPN provider
577+ (see description of ``is_anonymous_vpn`` attribute).
571578 This attribute is only available from GeoIP2 Precision Insights.
572579
573580 :type: bool
You can’t perform that action at this time.
0 commit comments