Send the namespace name as user to the clients
This commit is contained in:
parent
cf9d920e4a
commit
0159649d0a
4 changed files with 14 additions and 8 deletions
2
app.go
2
app.go
|
@ -175,7 +175,7 @@ func (h *Headscale) Serve() error {
|
|||
}()
|
||||
err = s.ListenAndServeTLS("", "")
|
||||
} else {
|
||||
return errors.New("Unknown value for TLSLetsEncryptChallengeType")
|
||||
return errors.New("unknown value for TLSLetsEncryptChallengeType")
|
||||
}
|
||||
} else if h.cfg.TLSCertPath == "" {
|
||||
if !strings.HasPrefix(h.cfg.ServerURL, "http://") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue