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] 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, - // }] })