Add DNSConfig field to configuration

This commit is contained in:
Kristoffer Dalby 2021-08-24 07:09:47 +01:00
parent 74d2fe1baa
commit 987bbee1db
No known key found for this signature in database
GPG key ID: 09F62DC067465735
2 changed files with 40 additions and 0 deletions

2
app.go
View file

@ -43,6 +43,8 @@ type Config struct {
TLSCertPath string
TLSKeyPath string
DNSConfig *tailcfg.DNSConfig
}
// Headscale represents the base app of the service