disable https for dlna and fic certs path

This commit is contained in:
nikk gitanes
2023-11-13 01:14:30 +03:00
parent a91e6eb11b
commit 52e1ab9cca
5 changed files with 48 additions and 53 deletions

View File

@@ -47,11 +47,10 @@ type BTSets struct {
ConnectionsLimit int
PeersListenPort int
//Https
Ssl bool
SslPort string
SslCert string
SslKey string
// HTTPS
SslPort string
SslCert string
SslKey string
}
func (v *BTSets) String() string {

View File

@@ -11,8 +11,8 @@ var (
tdb *TDB
Path string
Port string
Ssl bool
SslPort string
Ssl bool
ReadOnly bool
HttpAuth bool
SearchWA bool