mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
home: imp docs, opt
This commit is contained in:
parent
39da2f9eaa
commit
0d6f4f0139
1 changed files with 3 additions and 4 deletions
|
@ -84,10 +84,9 @@ type configuration struct {
|
|||
|
||||
DHCP dhcpd.ServerConfig `yaml:"dhcp"`
|
||||
|
||||
// Note: this array is filled only before file read/write and then it's
|
||||
// cleared.
|
||||
//
|
||||
// TODO(a.garipov): Do something with this.
|
||||
// Clients contains the YAML representations of the persistent clients.
|
||||
// This field is only used for reading and writing persistent client data.
|
||||
// Keep this field sorted to ensure consistent ordering.
|
||||
Clients []*clientObject `yaml:"clients"`
|
||||
|
||||
logSettings `yaml:",inline"`
|
||||
|
|
Loading…
Add table
Reference in a new issue