| | 112 | |
| | 113 | # Parameter: HTTPDRealm |
| | 114 | # Default: WiFiDog |
| | 115 | # Optional |
| | 116 | # |
| | 117 | # The name of the HTTP authentication realm. This only used when a user |
| | 118 | # tries to access a protected WiFiDog internal page. See HTTPUserName. |
| | 119 | # HTTPDRealm WiFiDog |
| | 120 | |
| | 121 | # Parameter: HTTPDUserName / HTTPDPassword |
| | 122 | # Default: unset |
| | 123 | # Optional |
| | 124 | # |
| | 125 | # The gateway exposes some information such as the status page through its web |
| | 126 | # interface. This information can be protected with a username and password, |
| | 127 | # which can be set through the HTTPDUserName and HTTPDPassword parameters. |
| | 128 | # HTTPDUserName admin |
| | 129 | # HTTPDPassword secret |