Enhancement: improve fritzbox proxy perfomance (#2429)

---------

Co-authored-by: Thorben Grove <thorben.grove@tui.de>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Thorben 2023-12-05 09:44:13 +01:00 committed by GitHub
parent 77ed445da1
commit 0f3fc77ddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 18 deletions

View file

@ -11,12 +11,12 @@ Home Network > Network > Network Settings > Access Settings in the Home Network
[x] Transmit status information over UPnP
```
You don't need to provide any credentials.
Credentials are not needed and, as such, you may want to consider using `http` instead of `https` as those requests are significantly faster.
Allowed fields (limited to a max of 4): `["connectionStatus", "upTime", "maxDown", "maxUp", "down", "up", "received", "sent", "externalIPAddress"]`.
```yaml
widget:
type: fritzbox
url: https://192.168.178.1
url: http://192.168.178.1
```