You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a major movie launch for a client. We'd like to use webtorrent to resist censorship efforts when it releases. I'd like to specify the exact trackers we'd like to use.
What do you think is the correct solution to this problem?
Have a checkbox that says: "Override trackers", when this checkbox is clicked, then a multi-line text field becomes enabled which allows the trackers to be specified. The client code will verify that the trackers are in proper format or else error.
The generated magnetURI will then have the specified trackers in the URI.
The codeline this would need to be implemented on is here:
What problem do you want to solve?
I'm working on a major movie launch for a client. We'd like to use webtorrent to resist censorship efforts when it releases. I'd like to specify the exact trackers we'd like to use.
What do you think is the correct solution to this problem?
Have a checkbox that says: "Override trackers", when this checkbox is clicked, then a multi-line text field becomes enabled which allows the trackers to be specified. The client code will verify that the trackers are in proper format or else error.
The generated magnetURI will then have the specified trackers in the URI.
The codeline this would need to be implemented on is here:
instant.io/client/index.js
Line 167 in 9740a90
Are you willing to submit a pull request to implement this change?
Maybe yeah.
The text was updated successfully, but these errors were encountered: