mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-02 14:10:29 +03:00
added support for User prefered Ciphers
This commit is contained in:
parent
91bbb744dc
commit
59d18c6598
4 changed files with 32 additions and 2 deletions
internal/home
|
@ -366,6 +366,7 @@ func initWeb(args options, clientBuildFS fs.FS) (web *Web, err error) {
|
|||
|
||||
clientFS: clientFS,
|
||||
clientBetaFS: clientBetaFS,
|
||||
tlsCiphers: config.TLS.TLSCiphers,
|
||||
}
|
||||
|
||||
web = CreateWeb(&webConf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue