home: imp docs, opt

This commit is contained in:
Ainar Garipov 2021-12-13 15:24:35 +03:00
parent 39da2f9eaa
commit 0d6f4f0139
1 changed files with 3 additions and 4 deletions

View File

@ -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"`