From 2777cf19e0c17ebe919057bc996b8b1e3964c044 Mon Sep 17 00:00:00 2001 From: Themadpunter <106832853+familycomicsstudios@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:41:09 -0500 Subject: [PATCH 1/4] Create atcoin.is-an.app.js --- domains/atcoin.is-an.app.js | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 domains/atcoin.is-an.app.js diff --git a/domains/atcoin.is-an.app.js b/domains/atcoin.is-an.app.js new file mode 100644 index 00000000..219a2070 --- /dev/null +++ b/domains/atcoin.is-an.app.js @@ -0,0 +1,30 @@ +// for more details watch the file `./domains.d.ts` + +addSubDomain({ + description: '...', // describe your project in this field + domain: 'is-an.app', // aka "root-domain". select between '1bt.uk' and 'is-an.app' + subdomain: 'atcoin', // desired subdomain name + owner: { + repo: 'https://github.com/familycomicsstudios/atcoin', + email: 'themadpunter10@gmail.com', + }, + record: { + CNAME: '89c4cc2d-c519-4490-99d0-2ebc45f3ce20.id.repl.co', // e.g.: .github.io + TXT: ['replit-verify=89c4cc2d-c519-4490-99d0-2ebc45f3ce20'] + }, + //proxy: false, // disable Cloudflare proxy (with is enabled by default). In this case, your origin server + // should provide valid a SSL certificate and protection CF will be disabled + // nested: [{ // in addition, you may define the required nested subdomains + // subdomain: 'foo', + // record: { + // CNAME: '...', + // }, + // proxy: false, + // }, { + // subdomain: 'bar', + // record: { + // A: ['...'], + // }, + // proxy: true, + // }] +}) From 0f645af4cb1c964abc90e9fdc726939784f30fa0 Mon Sep 17 00:00:00 2001 From: Themadpunter <106832853+familycomicsstudios@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:43:17 -0500 Subject: [PATCH 2/4] Update atcoin.is-an.app.js --- domains/atcoin.is-an.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/atcoin.is-an.app.js b/domains/atcoin.is-an.app.js index 219a2070..4d21b747 100644 --- a/domains/atcoin.is-an.app.js +++ b/domains/atcoin.is-an.app.js @@ -1,7 +1,7 @@ // for more details watch the file `./domains.d.ts` addSubDomain({ - description: '...', // describe your project in this field + description: 'A digital currency project with zero fees and ease of use', // describe your project in this field domain: 'is-an.app', // aka "root-domain". select between '1bt.uk' and 'is-an.app' subdomain: 'atcoin', // desired subdomain name owner: { From 212ec34df3ac1cc7160ea73abf762a46ce65d2a5 Mon Sep 17 00:00:00 2001 From: Themadpunter <106832853+familycomicsstudios@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:44:25 -0500 Subject: [PATCH 3/4] Update atcoin.is-an.app.js --- domains/atcoin.is-an.app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/atcoin.is-an.app.js b/domains/atcoin.is-an.app.js index 4d21b747..e38aa03b 100644 --- a/domains/atcoin.is-an.app.js +++ b/domains/atcoin.is-an.app.js @@ -9,8 +9,7 @@ addSubDomain({ email: 'themadpunter10@gmail.com', }, record: { - CNAME: '89c4cc2d-c519-4490-99d0-2ebc45f3ce20.id.repl.co', // e.g.: .github.io - TXT: ['replit-verify=89c4cc2d-c519-4490-99d0-2ebc45f3ce20'] + CNAME: '89c4cc2d-c519-4490-99d0-2ebc45f3ce20.id.repl.co' }, //proxy: false, // disable Cloudflare proxy (with is enabled by default). In this case, your origin server // should provide valid a SSL certificate and protection CF will be disabled From 612373d3203d6c4b921a61bba4eb5240ecf12a5c Mon Sep 17 00:00:00 2001 From: Themadpunter <106832853+familycomicsstudios@users.noreply.github.com> Date: Sun, 17 Sep 2023 17:49:05 -0500 Subject: [PATCH 4/4] Update atcoin.is-an.app.js --- domains/atcoin.is-an.app.js | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/domains/atcoin.is-an.app.js b/domains/atcoin.is-an.app.js index e38aa03b..a16ebb53 100644 --- a/domains/atcoin.is-an.app.js +++ b/domains/atcoin.is-an.app.js @@ -1,9 +1,8 @@ -// for more details watch the file `./domains.d.ts` addSubDomain({ - description: 'A digital currency project with zero fees and ease of use', // describe your project in this field - domain: 'is-an.app', // aka "root-domain". select between '1bt.uk' and 'is-an.app' - subdomain: 'atcoin', // desired subdomain name + description: 'A digital currency project with zero fees and ease of use', + domain: 'is-an.app', + subdomain: 'atcoin', owner: { repo: 'https://github.com/familycomicsstudios/atcoin', email: 'themadpunter10@gmail.com', @@ -11,19 +10,4 @@ addSubDomain({ record: { CNAME: '89c4cc2d-c519-4490-99d0-2ebc45f3ce20.id.repl.co' }, - //proxy: false, // disable Cloudflare proxy (with is enabled by default). In this case, your origin server - // should provide valid a SSL certificate and protection CF will be disabled - // nested: [{ // in addition, you may define the required nested subdomains - // subdomain: 'foo', - // record: { - // CNAME: '...', - // }, - // proxy: false, - // }, { - // subdomain: 'bar', - // record: { - // A: ['...'], - // }, - // proxy: true, - // }] })