mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +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 {
|
||||
|
||||
Reference in New Issue
Block a user