mirror of
https://github.com/dyzulk/twinpath-hotspot-themes.git
synced 2026-01-26 05:25:40 +07:00
docs: add allowedDomains config snippet
This commit is contained in:
@@ -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"
|
||||||
|
]
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user