mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-21 14:36:09 +05:00
fix dht
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package torr
|
||||
|
||||
import (
|
||||
"github.com/anacrolix/dht"
|
||||
"github.com/anacrolix/torrent"
|
||||
)
|
||||
|
||||
type BTState struct {
|
||||
LocalPort int
|
||||
PeerID string
|
||||
BannedIPs int
|
||||
DHTs []*dht.Server
|
||||
DHTs []torrent.DhtServer
|
||||
|
||||
Torrents []*Torrent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user