Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SamErde/Set-DNS-Records-for-No-Email-Domains
Automatically create "reject all" SPF, DKIM, and DMARC DNS records in domains that contain no MX records.
https://github.com/SamErde/Set-DNS-Records-for-No-Email-Domains
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/Set-DNS-Records-for-No-Email-Domains
- Owner: SamErde
- License: gpl-3.0
- Created: 2022-01-28T17:36:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T11:13:43.000Z (10 months ago)
- Last Synced: 2024-06-03T09:46:20.892Z (5 months ago)
- Topics: cloudflare, cloudflare-api, dkim-record, dmarc-record, dns, dns-server, email, email-validation, hacktoberfest, powershell, spf-record
- Language: PowerShell
- Homepage:
- Size: 31.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - SamErde/Set-DNS-Records-for-No-Email-Domains - Automatically create "reject all" SPF, DKIM, and DMARC DNS records in domains that contain no MX records. (PowerShell)
README
# I Need a Better Name
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
- A Cloudflare account
- At least one domain that uses Cloudflare managed DNS
- A Cloudflare API token that has permissions to view the zone[s] and edit DNS records in the zone[s]
- PowerShell## How to Use
### Create Cloudflare Token### Do stuff...