mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-04 22:14:44 +00:00
Merge branch 'is-a-dev:main' into patch-3
This commit is contained in:
@@ -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!
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "WilliamDavidHarrison",
|
||||
"email": "william@williamharrison.dev"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://2.williamharrison.dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user