From bcf932d1c6a980cd875c9adcc73745b68d9170c0 Mon Sep 17 00:00:00 2001 From: hnks-gh <91555764+hnks-gh@users.noreply.github.com> Date: Fri, 21 Feb 2025 01:50:40 +0700 Subject: [PATCH 1/2] Create hnks.json --- domains/hnks.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/hnks.json diff --git a/domains/hnks.json b/domains/hnks.json new file mode 100644 index 0000000..384f917 --- /dev/null +++ b/domains/hnks.json @@ -0,0 +1,17 @@ +{ + "repo": "https://github.com/hnks-gh/hnks-gh.github.io", + + "owner": { + "username": "hnks-gh", + "email": "contact@mellifluous.eu.org" + }, + + "target": { + "record-type": { + "name": "hnks", + "value": "https://hnks-gh.github.io" + } + }, + + "proxied": false +} From e8774bcb7a42ee55a418a9242604efd543b986a9 Mon Sep 17 00:00:00 2001 From: hnks-gh <91555764+hnks-gh@users.noreply.github.com> Date: Sat, 22 Feb 2025 18:45:12 +0700 Subject: [PATCH 2/2] Update hnks.json --- domains/hnks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/hnks.json b/domains/hnks.json index 384f917..b6542ec 100644 --- a/domains/hnks.json +++ b/domains/hnks.json @@ -7,9 +7,9 @@ }, "target": { - "record-type": { + "CNAME": { "name": "hnks", - "value": "https://hnks-gh.github.io" + "value": "hnks-gh.github.io" } },