Skip to content

Commit

Permalink
[api] Save DNSCustom assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lts-rad committed Nov 4, 2024
1 parent b19828e commit 83eb060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/code/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,7 @@ func updateDevice(w http.ResponseWriter, r *http.Request, dev DeviceEntry, ident
return "Invalid Custom DNS", 400
}
}
val.DNSCustom = dev.DNSCustom
}

if dev.PSKEntry.Psk != "" {
Expand Down

0 comments on commit 83eb060

Please sign in to comment.