Remove insecure, only allow valid certs
This commit is contained in:
parent
4078e75b50
commit
315ff9daf0
3 changed files with 10 additions and 22 deletions
7
app.go
7
app.go
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue