From d770205c63bac1688063f99c0aab067ec4e55175 Mon Sep 17 00:00:00 2001 From: Roshan Date: Sat, 8 Mar 2025 04:40:59 +0530 Subject: [PATCH 1/2] Update roshan.json --- domains/roshan.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/roshan.json b/domains/roshan.json index 6ca21a0e2..3932d5e1c 100644 --- a/domains/roshan.json +++ b/domains/roshan.json @@ -1,12 +1,12 @@ { "description": "Personal portfolio", - "repo": "https://github.com/roshan1337d/roshan1337d.github.io", "owner": { - "username": "roshan1337d", - "email": "roshan1337x@gmail.com", - "twitter": "roshan1337d" + "username": "roshan1885", + "discord": "roshan1885" }, "record": { - "CNAME": "roshan1337d.github.io" + "CNAME": "roshan1885.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From a57275ad232072a7315fe69a19b45a96fb6c907b Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Mon, 10 Mar 2025 23:37:45 +0400 Subject: [PATCH 2/2] fix: enable proxy --- domains/roshan.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/roshan.json b/domains/roshan.json index 3932d5e1c..0e8534360 100644 --- a/domains/roshan.json +++ b/domains/roshan.json @@ -8,5 +8,6 @@ "CNAME": "roshan1885.github.io", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + }, + "proxied": true }