diff --git a/README.md b/README.md index a9c5209af..0eaadfd92 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/domains/william.json b/domains/william.json index e8a991c9c..f5ae6f798 100644 --- a/domains/william.json +++ b/domains/william.json @@ -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" } } diff --git a/domains/william2.json b/domains/william2.json new file mode 100644 index 000000000..0a9e2c102 --- /dev/null +++ b/domains/william2.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "WilliamDavidHarrison", + "email": "william@williamharrison.dev" + }, + + "record": { + "URL": "https://2.williamharrison.dev" + } +}