https://github.com/ubahmapk/cf-check-dns
Python script to check Cloudflare DNS entries for a given domain
https://github.com/ubahmapk/cf-check-dns
cloudflare dns python
Last synced: 5 months ago
JSON representation
Python script to check Cloudflare DNS entries for a given domain
- Host: GitHub
- URL: https://github.com/ubahmapk/cf-check-dns
- Owner: ubahmapk
- License: mit
- Created: 2024-10-15T21:09:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T23:13:31.000Z (about 1 year ago)
- Last Synced: 2025-01-08T00:21:27.286Z (about 1 year ago)
- Topics: cloudflare, dns, python
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CF-Check-DNS
A Python script to check the DNS entries of a given domain hosted in Cloudflare
## Usage
```
Usage: cf-check-dns [OPTIONS] [CF_ZONE]
Print DNS records for a given Cloudflare zone.
Usage: cf_check_dns CF_ZONE
If no zone name is provided, a list of zones available
to the user will be displayed.
Credentials are accepted via the two environment variables:
CF_API_KEY
CF_API_EMAIL
Options:
-V, --version Show the version and exit.
-h, --help Show this message and exit.
-v, --verbose Repeat for extra visibility
```