We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ab0e0 commit b6e9701Copy full SHA for b6e9701
2 files changed
docs/source/code.md
@@ -106,6 +106,7 @@ Note: This parameter is only available for Plus and Security plan only.
106
|Proxy.IsSpammer|boolean|Email and forum spammers.|
107
|Proxy.IsScanner|boolean|Network security scanners.|
108
|Proxy.IsBotnet|boolean|Malware infected devices.|
109
+|Proxy.IsBogon|boolean|Unassigned or illegitimate IP addresses announced via BGP.|
110
```
111
112
## DomainWhois Class
docs/source/quickstart.md
@@ -139,6 +139,7 @@ func main() {
139
fmt.Printf("Proxy.IsSpammer => %+v\n", res.Proxy.IsSpammer)
140
fmt.Printf("Proxy.IsScanner => %+v\n", res.Proxy.IsScanner)
141
fmt.Printf("Proxy.IsBotnet => %+v\n", res.Proxy.IsBotnet)
142
+ fmt.Printf("Proxy.IsBogon => %+v\n", res.Proxy.IsBogon)
143
}
144
145
0 commit comments