Skip to content

Commit

Permalink
Update atcoin.is-an.app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
familycomicsstudios authored Sep 17, 2023
1 parent 212ec34 commit 612373d
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions domains/atcoin.is-an.app.js
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
// 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',
},
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,
// }]
})

0 comments on commit 612373d

Please sign in to comment.