mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
Add support IPv6 to BTServer
This commit is contained in:
@@ -73,7 +73,7 @@ func (bt *BTServer) configure() {
|
||||
|
||||
bt.config = torrent.NewDefaultClientConfig()
|
||||
|
||||
bt.config.DisableIPv6 = true
|
||||
bt.config.DisableIPv6 = settings.Get().EnableIPv6 == false
|
||||
bt.config.DisableTCP = settings.Get().DisableTCP
|
||||
bt.config.DisableUTP = settings.Get().DisableUTP
|
||||
bt.config.NoDefaultPortForwarding = settings.Get().DisableUPNP
|
||||
|
||||
Reference in New Issue
Block a user