From 11792cba2634a0ddb2b4c2ae148fbd63e5ea4267 Mon Sep 17 00:00:00 2001 From: Jarrett Aiken Date: Fri, 20 Mar 2026 20:19:30 -0400 Subject: [PATCH] style: add section dividers to helper function groups --- dnsconfig.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dnsconfig.js b/dnsconfig.js index 5ff2f4f..c978654 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -146,6 +146,9 @@ cnames("arirex.me", rexcloud, [ Helper Functions \* ****************************************************************************************************************** */ +/* -------------------------------------------------------------------------- *\ + Basic Builders +\* -------------------------------------------------------------------------- */ /** * Create CNAME records from "comment@subdomain" strings * @param {string} domain - Domain to extend @@ -174,6 +177,9 @@ function minecraft(comment, subdomain, domain, port) { ); } +/* -------------------------------------------------------------------------- *\ + Email Builders +\* -------------------------------------------------------------------------- */ /** * Generate ProtonMail DNS records (MX, SPF, DMARC, verification, DKIM) * @param {string} verification - ProtonMail verification token @@ -221,6 +227,9 @@ function simplelogin(verification) { ]; } +/* -------------------------------------------------------------------------- *\ + Open Alias Builder +\* -------------------------------------------------------------------------- */ /** * Generate OpenAlias TXT record * @param {string} prefix - Application prefix (e.g., "xmr", "btc")