docs: add allowedDomains config snippet

This commit is contained in:
dyzulk
2026-01-12 12:48:08 +07:00
parent b6a1ea65a6
commit d4bbed9137

View File

@@ -66,7 +66,12 @@ const brandConfig = {
brandName: "TwinpathNet", brandName: "TwinpathNet",
portalUrl: "http://h.twinpath.net", // Your Hotspot DNS Name portalUrl: "http://h.twinpath.net", // Your Hotspot DNS Name
mikhmonUrl: "https://mikhmon.dyzulk.com", // Your Mikhmon API URL 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"
]
}; };
``` ```