fixed conflict

This commit is contained in:
Rahul Somasundaram 2022-10-04 08:38:51 +05:30
commit 8a924cb4ed
No known key found for this signature in database
GPG key ID: AA8F0B27E83147BD
4 changed files with 33 additions and 2 deletions
internal/home

View file

@ -383,6 +383,7 @@ func initWeb(args options, clientBuildFS fs.FS) (web *Web, err error) {
clientBetaFS: clientBetaFS,
serveHTTP3: config.DNS.ServeHTTP3,
tlsCiphers: config.TLS.TLSCiphers,
}
web = newWeb(&webConf)