We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc301f commit 39e146eCopy full SHA for 39e146e
docs/source/code.md
@@ -102,6 +102,8 @@ Note: This parameter is only available for Plus and Security plan only.
102
|proxy.is_spammer|boolean|Email and forum spammers.|
103
|proxy.is_scanner|boolean|Network security scanners.|
104
|proxy.is_botnet|boolean|Malware infected devices.|
105
+|proxy.is_consumer_privacy_network|boolean|Consumer Privacy Networks.|
106
+|proxy.is_enterprise_private_network|boolean|Enterprise Private Networks.|
107
```
108
109
## DomainWHOIS Class
docs/source/conf.py
@@ -6,7 +6,7 @@
6
# -- Project information
7
8
project = 'IP2Location.io Python SDK'
9
-copyright = '2023, IP2Location'
+copyright = '2024, IP2Location'
10
author = 'IP2Location'
11
12
release = '1.0.0'
0 commit comments