From e546face15d7fc9b5b54f21825e0318816997a29 Mon Sep 17 00:00:00 2001 From: Gus Ruben Date: Wed, 6 Nov 2024 13:01:32 -0500 Subject: [PATCH 1/2] Add rand.is-a.dev --- domains/rand.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rand.json diff --git a/domains/rand.json b/domains/rand.json new file mode 100644 index 000000000..b60f24f47 --- /dev/null +++ b/domains/rand.json @@ -0,0 +1,11 @@ +{ + "description": "Redirects to a random .is-a.dev site", + "repo": "https://github.com/gusruben/random-is-a-dev", + "owner": { + "username": "gusruben", + "email": "gusruben@protonmail.com" + }, + "record": { + "A": [ "173.255.236.153" ] + } + } \ No newline at end of file From a52797d494d4595982db66bcef4073fc4da0ae6a Mon Sep 17 00:00:00 2001 From: Gus Ruben Date: Wed, 6 Nov 2024 20:46:28 -0500 Subject: [PATCH 2/2] Rename rand.json to random.json --- domains/rand.json | 11 ----------- domains/random.json | 15 ++++++--------- 2 files changed, 6 insertions(+), 20 deletions(-) delete mode 100644 domains/rand.json diff --git a/domains/rand.json b/domains/rand.json deleted file mode 100644 index b60f24f47..000000000 --- a/domains/rand.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Redirects to a random .is-a.dev site", - "repo": "https://github.com/gusruben/random-is-a-dev", - "owner": { - "username": "gusruben", - "email": "gusruben@protonmail.com" - }, - "record": { - "A": [ "173.255.236.153" ] - } - } \ No newline at end of file diff --git a/domains/random.json b/domains/random.json index b14fc31dc..c70527107 100644 --- a/domains/random.json +++ b/domains/random.json @@ -1,14 +1,11 @@ { + "description": "Redirects to a random .is-a.dev site", + "repo": "https://github.com/gusruben/random-is-a-dev", "owner": { - "username": "EducatedSuddenBucket", - "email": "educatedsuddenbucket@gmail.com" + "username": "gusruben", + "email": "gusruben@protonmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "A": [ "173.255.236.153" ] } -} +} \ No newline at end of file