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 upwebtorrent-hybrid can't pass through the EC2(AWS) firewall #1038
Comments
This comment has been minimized.
This comment has been minimized.
|
Isn't there a way to open all ports? |
This comment has been minimized.
This comment has been minimized.
|
You can tell webtorrent what port to use on the command line by using the
Then it will be consistent across runs of the program and you can open a single port. |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'm trying to use webtorrent-hybrid in AWS EC2 and have some problem
I just copy/paste examples(webtorrent-hybrid/examples/) and Actually it works. but when seeding, To make it works, I manually check node's port (netstat -tnlp) and edit my AWS inbound rule. I don't want to repeat this
is there any solution?