Merge branch 'is-a-dev:main' into patch-3

This commit is contained in:
William Harrison
2022-06-15 15:54:49 +08:00
committed by GitHub
3 changed files with 24 additions and 7 deletions
+6 -6
View File
@@ -8,12 +8,12 @@
## How do I register?
* Fork this repository
* Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`
* [Read the docs](https://docs.is-a.dev)
* The PR will be reviewed and merged
* After merging, the changes will take effect within a day
* That's it! Done! Now go show off your cool `.is-a.dev` domain
* Fork this repository/
* Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`/
* [Read the docs](https://docs.is-a.dev).
* The PR will be reviewed and merged.
* After merging, the changes will take effect within a day!
* That's it! Done! Now go show off your cool `.is-a.dev` domain!
+8 -1
View File
@@ -5,6 +5,13 @@
},
"record": {
"URL": "https://williamharrison.dev"
"URL": "https://williamharrison.dev",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "WilliamDavidHarrison",
"email": "william@williamharrison.dev"
},
"record": {
"URL": "https://2.williamharrison.dev"
}
}