Skip to content

Commit

Permalink
Add restoring of static DHCP leases from pre-v6 tar.gz Teleporter arc…
Browse files Browse the repository at this point in the history
…hives

Signed-off-by: DL6ER <dl6er@dl6er.de>
  • Loading branch information
DL6ER committed Feb 1, 2025
1 parent 80ef20e commit 1cac199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/teleporter.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,9 @@ static int process_received_tar_gz(struct ftl_conn *api, struct upload_data *dat
// i = 3
.archive_name = "setupVars.conf",
.destination = config.files.setupVars.v.s
},{
.archive_name = "dnsmasq.d/04-pihole-static-dhcp.conf",
.destination = DNSMASQ_STATIC_LEASES
},{
.archive_name = "dnsmasq.d/05-pihole-custom-cname.conf",
.destination = DNSMASQ_CNAMES
Expand Down

0 comments on commit 1cac199

Please sign in to comment.