From e92b20a2ea50f0324bf41ce38ff5773c7d3b72dc Mon Sep 17 00:00:00 2001 From: Rahul <58558341+rahulps1000@users.noreply.github.com> Date: Thu, 14 Nov 2024 03:19:54 +0530 Subject: [PATCH 1/2] Disable proxy --- domains/rahulps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/rahulps.json b/domains/rahulps.json index bfda672ce..2326e6697 100644 --- a/domains/rahulps.json +++ b/domains/rahulps.json @@ -5,5 +5,6 @@ }, "record": { "A": ["75.2.60.5"] - } + }, + "proxied":false } From dd7ad73b57aee9726ed5835ff9095b9202d0d0ab Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:51:32 -0500 Subject: [PATCH 2/2] chore: formatting --- domains/rahulps.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/domains/rahulps.json b/domains/rahulps.json index 2326e6697..01b191778 100644 --- a/domains/rahulps.json +++ b/domains/rahulps.json @@ -1,10 +1,12 @@ { - "owner": { - "username": "rahulps1000", - "email": "rahulps1000@gmail.com" - }, - "record": { - "A": ["75.2.60.5"] - }, - "proxied":false + "owner": { + "username": "rahulps1000", + "email": "rahulps1000@gmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ] + }, + "proxied": false }