Skip to content

Commit

Permalink
Merge pull request #1 from ririko5834/ririko5834-patch-1
Browse files Browse the repository at this point in the history
Create foxmail.is-an.app.js
  • Loading branch information
ririko5834 authored May 21, 2023
2 parents ed7247f + 8b2d383 commit 6da9cd3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions domains/foxmail.is-an.app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
addSubDomain({
description: 'Persoanl email service forwarding', // describe your project in this field
domain: 's-an.app', // aka "root-domain". select between '1bt.uk' and 'is-an.app'
subdomain: 'foxmail', // desired subdomain name
owner: {
repo: 'https://github.com/ririko5834',
email: '[email protected]',
},
record: {
NS: ['ns1.zilore.net', 'ns2.zilore.net'],
},
proxy: false
//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 6da9cd3

Please sign in to comment.