-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup DHCP leases like PiHole #5265
Labels
Comments
AdGuardHome/internal/dhcpd/db.go Line 175 in fffa656
It looks like they are just converted from strings to binary if i had to guess |
Backup and restore of DHCP config and leases:Get DHCP config and leases
Restoring DCHP config and leases
Hope it will help someone |
Related to: #1700 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to request a feature or enhancement and not ask a question
Description
What problem are you trying to solve?
Now the leases are somehow encrypted into leases.db. Cannot read IP and hostname and don't know if a backup will function
Proposed solution
Save DHCP leases in yaml file
The text was updated successfully, but these errors were encountered: