Skip to main content

No project description provided

Project description

Introduction

This project provides IP range data of multiple CDN vendors via a Python package named cdnmon.

Installation

pip install -i https://pypi.org/simple/ cdnmon

Usage

from cdnmon import CDN

# Get a CDN by name
cloudflare = CDN("cloudflare")

# Get the IP ranges of a specific CDN
cloudflare.ipv4_prefixes()
cloudflare.ipv6_prefixes()

# Get an example subscriber domain of the given CDN
cloudflare.subscribers()

TODO

  • Support downloading ingress / egress nodes list
  • Add type annotations

FAQ

How to obtain an access token?

Please contact wangyihanger@gmail.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdnmon-0.5.0.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

cdnmon-0.5.0-py3-none-any.whl (25.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page