Tidy gomod

This commit is contained in:
Juan Font Alonso 2021-10-02 13:03:41 +02:00
parent 19492650d4
commit 8d60ae2c7e
2 changed files with 2 additions and 1 deletions

1
app.go
View file

@ -116,6 +116,7 @@ func NewHeadscale(cfg Config) (*Headscale, error) {
}
}
fmt.Printf("dns: %+v\n", h.cfg.DNSConfig)
return &h, nil
}