From 7ef0956cf42920f05d74e2c45344b138f92b97f2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 15 Jun 2022 10:40:48 +0800 Subject: [PATCH 1/4] Add ImprovMX --- domains/william.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" } } From d2a4c9db2ff3a8dd8151855dbc6b8396a6a860b3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 15 Jun 2022 10:45:32 +0800 Subject: [PATCH 2/4] Small grammar fixes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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! From b5404ec7eeec178900c5f8ebb1e586c3eca8b048 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 15 Jun 2022 13:19:50 +0800 Subject: [PATCH 3/4] Create 2.william.json --- domains/2.william.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/2.william.json diff --git a/domains/2.william.json b/domains/2.william.json new file mode 100644 index 000000000..0a9e2c102 --- /dev/null +++ b/domains/2.william.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "WilliamDavidHarrison", + "email": "william@williamharrison.dev" + }, + + "record": { + "URL": "https://2.williamharrison.dev" + } +} From cdc79e48d89eb9392e3427490dc5ef068944bd4b Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 15 Jun 2022 13:31:26 +0800 Subject: [PATCH 4/4] Update and rename 2.william.json to william2.json --- domains/{2.william.json => william2.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{2.william.json => william2.json} (100%) diff --git a/domains/2.william.json b/domains/william2.json similarity index 100% rename from domains/2.william.json rename to domains/william2.json