mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
enable webseeds support and bump ver for tag
This commit is contained in:
@@ -96,7 +96,7 @@ func (bt *BTServer) configure(ctx context.Context) {
|
|||||||
bt.config.DisableUTP = settings.BTsets.DisableUTP
|
bt.config.DisableUTP = settings.BTsets.DisableUTP
|
||||||
// https://github.com/anacrolix/torrent/issues/703
|
// https://github.com/anacrolix/torrent/issues/703
|
||||||
bt.config.DisableWebtorrent = true // TODO: check memory usage
|
bt.config.DisableWebtorrent = true // TODO: check memory usage
|
||||||
bt.config.DisableWebseeds = true
|
bt.config.DisableWebseeds = false
|
||||||
bt.config.NoDefaultPortForwarding = settings.BTsets.DisableUPNP
|
bt.config.NoDefaultPortForwarding = settings.BTsets.DisableUPNP
|
||||||
bt.config.NoDHT = settings.BTsets.DisableDHT
|
bt.config.NoDHT = settings.BTsets.DisableDHT
|
||||||
bt.config.DisablePEX = settings.BTsets.DisablePEX
|
bt.config.DisablePEX = settings.BTsets.DisablePEX
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ import (
|
|||||||
// "github.com/anacrolix/torrent"
|
// "github.com/anacrolix/torrent"
|
||||||
)
|
)
|
||||||
|
|
||||||
const Version = "MatriX.123.2"
|
const Version = "MatriX.123.2.WS"
|
||||||
|
|
||||||
func GetTorrentVersion() string {
|
func GetTorrentVersion() string {
|
||||||
// _ = torrent.NewDefaultClientConfig()
|
// _ = torrent.NewDefaultClientConfig()
|
||||||
|
|||||||
Reference in New Issue
Block a user