package
Version:
v1.1.14
Opens a new window with list of versions in this module.
Published: Dec 28, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CheckIPsForCDN uses ip-api.com batch API to check if IPs are related to CDNs
It limits requests to 100 IPs per batch.
type IPAPIResponse struct {
Query string `json:"query"`
Status string `json:"status"`
ISP string `json:"isp"`
Org string `json:"org"`
AS string `json:"as"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.