mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 05:52:51 +00:00
Extracted dhcp to external provider
This commit is contained in:
parent
cd4a8aaf4f
commit
9460da6dcb
8 changed files with 83 additions and 96 deletions
|
@ -1289,7 +1289,7 @@ Future getDhcpData({
|
|||
|
||||
return {
|
||||
'result': 'success',
|
||||
'data': DhcpData(
|
||||
'data': DhcpModel(
|
||||
networkInterfaces: interfaces,
|
||||
dhcpStatus: DhcpStatus.fromJson(jsonDecode(result[1]['body']))
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue