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 upCan webtorrent specify ip and port to tracker when seeding #1781
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of this package are you using?
v0.107.17
What problem do you want to solve?
A firewall is set on the server, which is only open to some ports. When webtorrent is in seed, the ports are random; and I notice that the IP webtorrent announced to the tracker is not the server's external IP
What do you think is the correct solution to this problem?
In the config of the method "seed (file_path, {config})", add the configuration items that declare the ip and port to the tracker
Are you willing to submit a pull request to implement this change?
I am not good at node language development, java is still ok, but unfortunately cannot help