Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upRespect the "private" flag in .torrent files #271
Comments
This comment has been minimized.
This comment has been minimized.
|
What about https://github.com/feross/webtorrent-app/blob/c176e3897ac70d55acd099a4f15464fb85e79ed7/renderer/index.js#L34 and https://github.com/feross/instant.io/blob/c8924fe4cea665c938911edf5b7efaa2c4b1e9ab/client/index.js#L15 @feross ? |
This comment has been minimized.
This comment has been minimized.
|
Maybe webtorrent-app and instant.io should check for the private flag before adding these trackers. |
This comment has been minimized.
This comment has been minimized.
|
@rom1504 You're correct. Fixed this directly in |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
When torrents are marked "private", they should not announce to any source but the tracker (i.e. no DHT, no peer exchange).