mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-10 01:30:07 +03:00
spelling corrected UserPreferredCipherSuites
This commit is contained in:
parent
59d18c6598
commit
690deb1c05
2 changed files with 2 additions and 2 deletions
internal/home
|
@ -277,7 +277,7 @@ func (web *Web) tlsServerLoop() {
|
|||
if len(web.conf.tlsCiphers) == 0 {
|
||||
cipher = aghtls.SaferCipherSuites()
|
||||
} else {
|
||||
cipher = aghtls.UserPreferedCipherSuites(web.conf.tlsCiphers)
|
||||
cipher = aghtls.UserPreferredCipherSuites(web.conf.tlsCiphers)
|
||||
}
|
||||
// prepare HTTPS server
|
||||
address := netutil.JoinHostPort(web.conf.BindHost.String(), web.conf.PortHTTPS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue