fix dns issues on checkin when resolvconf not installed

This commit is contained in:
Matthew R Kasun
2021-12-31 22:45:50 +00:00
parent 45464c00f5
commit 6056d711a6
3 changed files with 14 additions and 7 deletions

View File

@@ -99,8 +99,8 @@ func RunUserspaceDaemon() {
}
func CheckIn(cfg config.ClientConfig) error {
log.Println("checkin --- diabled for now")
return nil
//log.Println("checkin --- diabled for now")
//return nil
var err error
var errN error
if cfg.Network == "" {