Skip to content

Commit

Permalink
Create atcoin.is-an.app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
familycomicsstudios authored Sep 15, 2023
1 parent 528c6e3 commit 2777cf1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions domains/atcoin.is-an.app.js
Original file line number Diff line number Diff line change
@@ -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.: <your-github-account>.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,
// }]
})

0 comments on commit 2777cf1

Please sign in to comment.