From 7c5ff6ac7667260025f43785bb8c5332cffebe1a Mon Sep 17 00:00:00 2001 From: PolyAnthi <79588299+PolyAnthi@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:28:58 +0100 Subject: [PATCH] Create polyvpn.is-an.app.js (#390) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create polyvpn.is-an.app.js * Update domains/polyvpn.is-an.app.js Co-authored-by: Pаramtamtām <7326800+tarampampam@users.noreply.github.com> * Update polyvpn.is-an.app.js * Update polyvpn.is-an.app.js --------- Co-authored-by: Pаramtamtām <7326800+tarampampam@users.noreply.github.com> --- domains/polyvpn.is-an.app.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/polyvpn.is-an.app.js diff --git a/domains/polyvpn.is-an.app.js b/domains/polyvpn.is-an.app.js new file mode 100644 index 00000000..2742b6a8 --- /dev/null +++ b/domains/polyvpn.is-an.app.js @@ -0,0 +1,12 @@ +addSubDomain({ + description: 'VPN Project', + domain: 'is-an.app', + subdomain: 'polyvpn', + owner: { + email: 'polyanthi_pumicing@aleeas.com', // if needed discord contact, https://discord.gg/ux4Dkerw2h or 'polyanthi' on discord + }, + record: { + NS: ['ns1.desec.io', 'ns2.desec.org'], + }, + proxy: false, +})