JGeek00 / droid-hole

Pi-hole® client made with Flutter
Apache License 2.0
135 stars 11 forks source link

Feature Request: DHCP config/lease tab #27

Closed pesaventofilippo closed 1 year ago

pesaventofilippo commented 1 year ago

It would be cool to have a tab in the app to see or manage active and static DHCP leases (if the API allows it). Great work btw!

JGeek00 commented 1 year ago

I have been checking it and unfortunately the API does not support it. The DHCP configuration comes loaded into the fields from the server with the rest of the page, that means the configuration values are not fetched from the API, and I cannot request that values to the API to load them into DroidHole. Glad you like the app.