Skip to content

Commit b6e9701

Browse files
Add bogon information.
1 parent 95ab0e0 commit b6e9701

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/source/code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Note: This parameter is only available for Plus and Security plan only.
106106
|Proxy.IsSpammer|boolean|Email and forum spammers.|
107107
|Proxy.IsScanner|boolean|Network security scanners.|
108108
|Proxy.IsBotnet|boolean|Malware infected devices.|
109+
|Proxy.IsBogon|boolean|Unassigned or illegitimate IP addresses announced via BGP.|
109110
```
110111

111112
## DomainWhois Class

docs/source/quickstart.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ func main() {
139139
fmt.Printf("Proxy.IsSpammer => %+v\n", res.Proxy.IsSpammer)
140140
fmt.Printf("Proxy.IsScanner => %+v\n", res.Proxy.IsScanner)
141141
fmt.Printf("Proxy.IsBotnet => %+v\n", res.Proxy.IsBotnet)
142+
fmt.Printf("Proxy.IsBogon => %+v\n", res.Proxy.IsBogon)
142143
}
143144
```
144145

0 commit comments

Comments
 (0)