From 5de5a5302f711286dab14daa9cc8dbe48ad6fd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xvannn=20=E6=96=87?= <95283773+Xvannn07@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:41:20 +0800 Subject: [PATCH 1/3] Create xvannn07.json --- domains/xvannn07.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/xvannn07.json diff --git a/domains/xvannn07.json b/domains/xvannn07.json new file mode 100644 index 000000000..545cd2268 --- /dev/null +++ b/domains/xvannn07.json @@ -0,0 +1,12 @@ +{ + "$schema": "../schemas/domain.schema.json", + "domain": "is-a.dev", + "subdomain": "xvannn07", + "owner": { + "email": "xvannn07@example.com" + }, + "record": { + "CNAME": "xvannn.xyz" + }, + "proxy": false +} From 4c51ece87e095d311ad96a8375427ddb58b6eb94 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:27:51 -0500 Subject: [PATCH 2/3] chore: formatting --- domains/xvannn07.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/xvannn07.json b/domains/xvannn07.json index 545cd2268..b7a653f24 100644 --- a/domains/xvannn07.json +++ b/domains/xvannn07.json @@ -1,12 +1,12 @@ { - "$schema": "../schemas/domain.schema.json", - "domain": "is-a.dev", - "subdomain": "xvannn07", - "owner": { - "email": "xvannn07@example.com" - }, - "record": { - "CNAME": "xvannn.xyz" - }, - "proxy": false + "$schema": "../schemas/domain.schema.json", + "domain": "is-a.dev", + "subdomain": "xvannn07", + "owner": { + "email": "xvannn07@example.com" + }, + "record": { + "CNAME": "xvannn.xyz" + }, + "proxy": false } From 8631c80aba0bac611fbb6c04f80198b540fc12ad Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:29:36 -0500 Subject: [PATCH 3/3] chore: missing property --- domains/xvannn07.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/xvannn07.json b/domains/xvannn07.json index b7a653f24..b2ef2921b 100644 --- a/domains/xvannn07.json +++ b/domains/xvannn07.json @@ -1,9 +1,7 @@ { - "$schema": "../schemas/domain.schema.json", - "domain": "is-a.dev", - "subdomain": "xvannn07", "owner": { - "email": "xvannn07@example.com" + "email": "xvannn07@example.com", + "username": "Xvannn07" }, "record": { "CNAME": "xvannn.xyz"