maskdomain-client
v1.0.2
Published
A package to register and proxy domain via masked URLs, keeping your original domain hidden and secure. Supports QR registration API.
Readme
📦 Installation
npm i maskdomain-client
or
yarn add maskdomain-client⚡ Usage
import MaskDomain from " maskdomain-client";
// Register an API to get a masked URL
const response = await MaskDomain.registerAPI({
method: "GET",
url: "https://securedomain.com",
});
console.log("Masked URL:", response);
// You can now call the masked URL in your application
🛠 Requirements
Node.js >= 18
npm >= 9 (or yarn)
