@carto/fqdn-sync

v0.2.2
Node module to get FQDN synchronously from local machine (Linux support)
node fqdn sync

node-fqdn-sync

Node module to get FQDN synchronously from local machine (Linux support)

Install

npm install @carto/fqdn-sync

Usage

const fqdn = require('fqdn-sync');

console.log("FQDN:", fqdn()); // foo.carto.net
console.log("FQDN:", fqdn.reverse()); // net.carto.foo
npm i @carto/fqdn-sync

Metadata

Downloads