From af3dcbc72920fbc96274ca60961b1b03aedccb71 Mon Sep 17 00:00:00 2001 From: Amir Mahdi Khazaee Date: Mon, 21 Apr 2025 14:30:12 +0330 Subject: [PATCH 1/4] =?UTF-8?q?Add=20vip.is-a.dev=20=E2=86=92=2095.217.160?= =?UTF-8?q?.242?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/vip | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/vip diff --git a/domains/vip b/domains/vip new file mode 100644 index 000000000..f2b3fca13 --- /dev/null +++ b/domains/vip @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "iliy", + "email": "ilya.topuria@gmail.com" + }, + "description": "My service hosted at 95.217.160.242", + "repo": "https://github.com/amir-khazaee/register", + "record": { + "A": [ + "95.217.160.242" + ] + }, + "proxied": true +} From f25ce9a4c38fb8a91317e11a8d2829f97205ce94 Mon Sep 17 00:00:00 2001 From: Amir Mahdi Khazaee Date: Mon, 21 Apr 2025 14:34:37 +0330 Subject: [PATCH 2/4] =?UTF-8?q?Add=20vip.is-a.dev=20=E2=86=92=2095.217.160?= =?UTF-8?q?.242?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/{vip => vip.json} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename domains/{vip => vip.json} (50%) diff --git a/domains/vip b/domains/vip.json similarity index 50% rename from domains/vip rename to domains/vip.json index f2b3fca13..05a93dd7f 100644 --- a/domains/vip +++ b/domains/vip.json @@ -1,14 +1,13 @@ { "owner": { - "username": "iliy", - "email": "ilya.topuria@gmail.com" + "username": "alvinsjoy", + "discord": "825382504353234954" }, "description": "My service hosted at 95.217.160.242", - "repo": "https://github.com/amir-khazaee/register", "record": { "A": [ "95.217.160.242" ] }, - "proxied": true + } From 75c489c02bdc38f855ecf6019bad8b4cddf929cd Mon Sep 17 00:00:00 2001 From: Amir Mahdi Khazaee Date: Wed, 23 Apr 2025 11:23:11 +0330 Subject: [PATCH 3/4] Update vip.json --- domains/vip.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/domains/vip.json b/domains/vip.json index 05a93dd7f..ebac17ebb 100644 --- a/domains/vip.json +++ b/domains/vip.json @@ -1,13 +1,9 @@ { "owner": { - "username": "alvinsjoy", - "discord": "825382504353234954" + "username": "amir-khazaee", + "email": "amir.khazaee@optiop.org" }, - "description": "My service hosted at 95.217.160.242", "record": { - "A": [ - "95.217.160.242" - ] - }, - + "A": ["95.217.160.242"] + } } From a261959ca6bb93ce848bff4808df97d2dcb98d8a Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 23 Apr 2025 11:43:55 -0400 Subject: [PATCH 4/4] chore: formatting --- domains/vip.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vip.json b/domains/vip.json index ebac17ebb..d43e5e29e 100644 --- a/domains/vip.json +++ b/domains/vip.json @@ -3,7 +3,7 @@ "username": "amir-khazaee", "email": "amir.khazaee@optiop.org" }, - "record": { + "records": { "A": ["95.217.160.242"] } }