style: add section dividers to helper function groups
This commit is contained in:
@@ -146,6 +146,9 @@ cnames("arirex.me", rexcloud, [
|
|||||||
Helper Functions
|
Helper Functions
|
||||||
\* ****************************************************************************************************************** */
|
\* ****************************************************************************************************************** */
|
||||||
|
|
||||||
|
/* -------------------------------------------------------------------------- *\
|
||||||
|
Basic Builders
|
||||||
|
\* -------------------------------------------------------------------------- */
|
||||||
/**
|
/**
|
||||||
* Create CNAME records from "comment@subdomain" strings
|
* Create CNAME records from "comment@subdomain" strings
|
||||||
* @param {string} domain - Domain to extend
|
* @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)
|
* Generate ProtonMail DNS records (MX, SPF, DMARC, verification, DKIM)
|
||||||
* @param {string} verification - ProtonMail verification token
|
* @param {string} verification - ProtonMail verification token
|
||||||
@@ -221,6 +227,9 @@ function simplelogin(verification) {
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* -------------------------------------------------------------------------- *\
|
||||||
|
Open Alias Builder
|
||||||
|
\* -------------------------------------------------------------------------- */
|
||||||
/**
|
/**
|
||||||
* Generate OpenAlias TXT record
|
* Generate OpenAlias TXT record
|
||||||
* @param {string} prefix - Application prefix (e.g., "xmr", "btc")
|
* @param {string} prefix - Application prefix (e.g., "xmr", "btc")
|
||||||
|
|||||||
Reference in New Issue
Block a user