From 59eee8d8f03ad856455d7363efcd6e75e4c146f9 Mon Sep 17 00:00:00 2001 From: eternasuno <22316214+eternasuno@users.noreply.github.com> Date: Thu, 3 Apr 2025 17:23:14 +0900 Subject: [PATCH 1/2] Create eternasuno.json --- domains/eternasuno.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/eternasuno.json diff --git a/domains/eternasuno.json b/domains/eternasuno.json new file mode 100644 index 000000000..1484a2bad --- /dev/null +++ b/domains/eternasuno.json @@ -0,0 +1,11 @@ +{ + "description": "Blog for eternasuno", + "repo": "https://github.com/eternasuno/eternasuno.github.io", + "owner": { + "username": "eternasuno", + "email": "eternasuno@gmail.com" + }, + "record": { + "CNAME": "eternasuno.github.io" + } +} From 6e5e44342f06e2b2c7dd3cb5826f6e101a16b781 Mon Sep 17 00:00:00 2001 From: daoch4n Date: Thu, 3 Apr 2025 12:36:46 +0300 Subject: [PATCH 2/2] Update daoch4n domain to point to Amplify and add _dnslink TXT record for IPFS integration --- domains/_dnslink.daoch4n.json | 11 +++++++++++ domains/daoch4n.json | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 domains/_dnslink.daoch4n.json diff --git a/domains/_dnslink.daoch4n.json b/domains/_dnslink.daoch4n.json new file mode 100644 index 000000000..9e429a414 --- /dev/null +++ b/domains/_dnslink.daoch4n.json @@ -0,0 +1,11 @@ +{ + "description": "IPFS DNSLink integration for Web3-enabled video player", + "repo": "https://github.com/dtub3/DaokoTube", + "owner": { + "username": "daoch4n", + "email": "digitaimadness@pm.me" + }, + "record": { + "TXT": "/ipfs/bafybeictsmpmyy5cbtc52hr3awxgsl6gojyfgr3b23uudte4i7gmeof6om" + } +} \ No newline at end of file diff --git a/domains/daoch4n.json b/domains/daoch4n.json index 6d2c83612..2f3e71db6 100644 --- a/domains/daoch4n.json +++ b/domains/daoch4n.json @@ -1,9 +1,11 @@ { + "description": "Web3-enabled video player for Daoko MVs", + "repo": "https://github.com/dtub3/DaokoTube", "owner": { "username": "daoch4n", "email": "digitaimadness@pm.me" }, "record": { - "CNAME": "daokotube.pages.dev" + "A": ["75.2.60.5"] } } \ No newline at end of file