mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +00:00
Support AGH without DHCP server
This commit is contained in:
parent
2511ac2c24
commit
83ea589187
9 changed files with 291 additions and 274 deletions
|
@ -1,9 +1,11 @@
|
|||
import 'dart:convert';
|
||||
class DhcpModel {
|
||||
bool dhcpAvailable;
|
||||
List<NetworkInterface> networkInterfaces;
|
||||
DhcpStatus dhcpStatus;
|
||||
DhcpStatus? dhcpStatus;
|
||||
|
||||
DhcpModel({
|
||||
required this.dhcpAvailable,
|
||||
required this.networkInterfaces,
|
||||
required this.dhcpStatus,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue