added support for User prefered Ciphers

This commit is contained in:
Rahul Somasundaram 2022-09-22 08:28:46 +05:30
parent 91bbb744dc
commit 59d18c6598
No known key found for this signature in database
GPG key ID: AA8F0B27E83147BD
4 changed files with 32 additions and 2 deletions
internal/home

View file

@ -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)