home: fix docs;
Some checks failed
build / test (macOS-latest) (push) Has been cancelled
build / test (ubuntu-latest) (push) Has been cancelled
build / test (windows-latest) (push) Has been cancelled
lint / go-lint (push) Has been cancelled
lint / eslint (push) Has been cancelled
build / build-release (push) Has been cancelled
build / notify (push) Has been cancelled
lint / notify (push) Has been cancelled

This commit is contained in:
Maksim Kazantsev 2026-06-16 19:17:34 +03:00
parent c73ea0e062
commit 13e3b38d82

View file

@ -423,8 +423,8 @@ type tlsConfigSettingsExt struct {
ServePlainDNS aghalg.NullBool `yaml:"-" json:"serve_plain_dns"`
}
// setConfig updates manager TLS configuration with the given one. newConf and
// status must not be nil.
// setConfig updates manager TLS configuration with the given one. newConf must
// not be nil.
func (m *tlsManager) setConfig(
ctx context.Context,
newConf *tlsConfigSettings,