use dns entry in wireguard config file; checkin temporarily disabled til figure issue with dns on checkin

This commit is contained in:
Matthew R Kasun
2021-12-31 16:04:25 +00:00
parent 4ef0b164d7
commit 45464c00f5
4 changed files with 9 additions and 3 deletions

View File

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