Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manifoldfinance/dns
DNS
https://github.com/manifoldfinance/dns
devops dns infrastructure operations
Last synced: about 1 month ago
JSON representation
DNS
- Host: GitHub
- URL: https://github.com/manifoldfinance/dns
- Owner: manifoldfinance
- Created: 2021-03-19T10:04:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T00:47:51.000Z (over 1 year ago)
- Last Synced: 2024-05-19T00:36:36.803Z (8 months ago)
- Topics: devops, dns, infrastructure, operations
- Language: Shell
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `devops-dns`
> DNS ZONE
## Overview
- manifoldfinance.com
- manifoldx.{org,com,net}
- sushirelay.com
- openmev.{org,com,net}
- (.*).{gtld}### SPF Record config for non-email domains
```tsv
Type Name Content
TXT securerpc.com v= spf1 - all
TXT ** domainkey v=DKIM1; p=
TXT - dmarc v= DMARC 1;p= reject ; sp=reject; adkim=s; aspf=s;
```