home: imp client handling

This commit is contained in:
Ainar Garipov 2021-12-13 15:18:21 +03:00
parent 0e1015a4ee
commit 39da2f9eaa
3 changed files with 50 additions and 49 deletions
internal/home

View file

@ -294,8 +294,8 @@ func setupConfig(args options) (err error) {
return err
}
}
Context.clients.Init(config.Clients, Context.dhcpServer, Context.etcHosts)
config.Clients = nil
// override bind host/port from the console
if args.bindHost != nil {