@@ -92,23 +92,6 @@ func FetchTorrentPeers(infoHash string) interface{} { 92 92 93 93 return nil 94 94 } 95 - func GenIPFilter_CIDR(blockPeerMap map[string]BlockPeerInfoStruct) (int, string) { 96 - ipfilterCount := 0 97 - ipfilterStr := "" 98 - 99 - for...
Original file line numberDiff line numberDiff line change Expand Up@@ -135,18 +135,18 @@ Docker 版本通过相同名称的环境变量配置, 通过自动转换环境 | sleepTime | 20 (毫秒) | 查询每个 Torrent Peers 的等待时间. 短间隔可使屏蔽 Peer 更快但可能造成 qBittorrent 卡顿, 长间隔有助于平均 CPU 资源...
Peers for _, peer := range torrentPeers { peer.IP = strings.ToLower(peer.IP) peer.IP = ProcessIP(peer.IP) peerStatus := CheckPeer(peer.IP, peer.Port, peer.Peer_ID_Client, peer.Client, peer.Progress, peer.Uploaded, torrentInfoHash, torrentInfo.TotalSize) if config.Debug_CheckPe...
@@ -113,6 +113,10 @@ func FetchTorrentPeers(infoHash string) interface{} { return nil } func SubmitBlockPeer(blockPeerMap map[string]BlockPeerInfoStruct) bool { if blockPeerMap == nil { return true } switch currentClientType { case "qBittorrent": return qB_SubmitBlockPeer(blockPe...
Maybe that is how it works when you setup qBittorrent as a tracker itself though? Even then, users from both trackers would have to add you as a tracker on top of that. Otherwise, what server would be facilitating the handshake between peers on TrackerA and those on TrackerB? If you ...
Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious, NZBHydra2 etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the ...
For DHT/uTP there can however be appliances between the local and remote peers; It would make sense to support overriding the announced port. I'm not familiar with DHT/uTP, do they currently use the same listening port as the TCP listener but for UDP? Sign up for free to join this con...
number of unique peers helped establish connection resulting in download/upload And allow sorting trackers so i can select worst ones and bulk remove them from all torrents that have example minimum 2 other trackers so i do not end up tracker less on some torrents. ...
NOTE: To connect to "web peers" (browsers) in addition to normal BitTorrent peers, use webtorrent-hybrid which includes WebRTC support for node.To use WebTorrent in the browser, see webtorrent.FeaturesUse WebTorrent from the command line! Insanely fast Pure Javascript (no native dependencies) ...
BitTorrent.vue Connection.vue Downloads.vue Speed.vue VueTorrent General.vue WebUI.vue TorrentDetail Content ContentNode.vue Info PanelText.vue Overview.vue Peers.vue Trackers.vue TorrentSearchbar.vue composables i18n.ts index.ts constants/vuetorrent DashboardDefaults.ts ...