-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please change default port from 8080, which is commonly used!!! #2142
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
This is still relevant yes. |
+1 for this new feature I suggest using TCP port number 6881. During connection, if this port 6881 is somehow busy or not available, then automatically try successively higher ports. Up to a limit of 6999. For example, try first 6881, then 6882, then 6883, and so on up to 6999 maximum. This range 6881 to 6999 is a widely used ports range by other torrent clients In addition, I suggest allowing advanced users, using the graphical interface (GUI) to override the above, and set any port or port range to their liking. By the way, using the present WebTorrent via Terminal/CLI, it seems that this can be partly done using the parameter Any volunteer for a patch? Both me and the Ubertus.org team would be happy to volunteer, contributing testing and documentation, if needed. Related comments & attributions:
|
Currently, there is no assigned port in the source code. This way, the operating system will assign an arbitrary unused port, which is probably fine in this case? |
Hi @Francewhoa. Can you please assign this issue to me? I would love to get started with my journey in open source here through Hacktoberfest. |
Super simple, please don't use 8080. Webtorrent appears as kubernetes. Please use some random 5 digit port number.
The text was updated successfully, but these errors were encountered: