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