forked from tarampampam/domains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from ririko5834/ririko5834-patch-1
Create foxmail.is-an.app.js
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
// }] | ||
}) |