improve cmd

This commit is contained in:
ginuerzh
2022-01-19 11:42:01 +08:00
parent a0ee8bc45c
commit 1e613fc2e6
2 changed files with 104 additions and 3 deletions

View File

@ -73,7 +73,7 @@ type ResolverConfig struct {
type HostConfig struct {
IP string
Hostname string
Aliases []string
Aliases []string `yaml:",omitempty"`
}
type HostsConfig struct {