From 8b2d38399210f899360bc2f696c997a941697b48 Mon Sep 17 00:00:00 2001 From: ririko5834 <64729293+ririko5834@users.noreply.github.com> Date: Sun, 21 May 2023 11:18:39 +0200 Subject: [PATCH] Create foxmail.is-an.app.js --- domains/foxmail.is-an.app.js | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 domains/foxmail.is-an.app.js diff --git a/domains/foxmail.is-an.app.js b/domains/foxmail.is-an.app.js new file mode 100644 index 00000000..1bec9794 --- /dev/null +++ b/domains/foxmail.is-an.app.js @@ -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: 'wolfo89+anmail@protonmail.com', + }, + 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, + // }] +})