Add DNSConfig field to configuration

This commit is contained in:
Kristoffer Dalby
2021-08-24 07:09:47 +01:00
parent 74d2fe1baa
commit 987bbee1db
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