Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SamErde/Zero-Email-Domain
Automatically create "reject all" SPF, DKIM, and DMARC DNS records in domains that contain no MX records.
https://github.com/SamErde/Zero-Email-Domain
cloudflare cloudflare-api dkim-record dmarc-record dns dns-server email email-validation hacktoberfest powershell spf-record
Last synced: 3 months ago
JSON representation
Automatically create "reject all" SPF, DKIM, and DMARC DNS records in domains that contain no MX records.
- Host: GitHub
- URL: https://github.com/SamErde/Zero-Email-Domain
- Owner: SamErde
- License: mit
- Created: 2022-01-28T17:36:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T15:53:09.000Z (3 months ago)
- Last Synced: 2024-10-12T20:44:40.724Z (3 months ago)
- Topics: cloudflare, cloudflare-api, dkim-record, dmarc-record, dns, dns-server, email, email-validation, hacktoberfest, powershell, spf-record
- Language: PowerShell
- Homepage:
- Size: 39.1 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - SamErde/Zero-Email-Domain - Automatically create "reject all" SPF, DKIM, and DMARC DNS records in domains that contain no MX records. (PowerShell)
README
# Zero Email Domain
Automatically create "reject all" SPF, DKIM, and DMARC DNS records in domains that contain no MX records.
This is an quick concept that I made using PowerShell and the Cloudflare API so I could quickly achieve this task for the 60+ domains that I was responsible for.
## Requirements
- [x] A Cloudflare account
- [x] At least one domain that uses Cloudflare managed DNS
- [x] A Cloudflare API token that has permissions to view the zone[s] and edit DNS records in the zone[s]
- [x] PowerShell## To Do
- [ ] Create documentation.
- [ ] Better handling of API keys.
- [ ] Improve API usage and add paging.