mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
disable https for dlna and fic certs path
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -11,8 +11,8 @@ var (
|
||||
tdb *TDB
|
||||
Path string
|
||||
Port string
|
||||
Ssl bool
|
||||
SslPort string
|
||||
Ssl bool
|
||||
ReadOnly bool
|
||||
HttpAuth bool
|
||||
SearchWA bool
|
||||
|
||||
Reference in New Issue
Block a user