From d4bbed9137cffa75e3030394a5ceec9231d35abb Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Mon, 12 Jan 2026 12:48:08 +0700 Subject: [PATCH] docs: add allowedDomains config snippet --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c94ecab..a4d1511 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,12 @@ const brandConfig = { brandName: "TwinpathNet", portalUrl: "http://h.twinpath.net", // Your Hotspot DNS Name mikhmonUrl: "https://mikhmon.dyzulk.com", // Your Mikhmon API URL - mikhmonSession: "Twinpath-Net" // Your Mikhmon Session Name + mikhmonSession: "Twinpath-Net", // Your Mikhmon Session Name + allowedDomains: [ // Whitelist Domains for QR Scanner + "h.twinpath.net", + "welcome.wifi.id", + "yourportal.net" + ] }; ```