Remove insecure, only allow valid certs

This commit is contained in:
Kristoffer Dalby 2022-02-12 19:35:55 +00:00
parent 4078e75b50
commit 315ff9daf0
3 changed files with 10 additions and 22 deletions

7
app.go
View file

@ -119,10 +119,9 @@ type DERPConfig struct {
}
type CLIConfig struct {
Address string
APIKey string
Insecure bool
Timeout time.Duration
Address string
APIKey string
Timeout time.Duration
}
// Headscale represents the base app of the service.