Skip to content

NAT Traversal #11

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

Closed
agentofuser opened this issue May 2, 2019 · 0 comments
Closed

NAT Traversal #11

agentofuser opened this issue May 2, 2019 · 0 comments
Labels
help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature

Comments

@agentofuser
Copy link
Collaborator

Having to manually forward a port just so that a disposable IPFS node can be reached by Pinata is a lot of trouble.

Maybe there is an easy-to-use npm package to do some basic UPnP port forwarding without being as comprehensive as perhaps libp2p wants to do it so we don't have to block on that.

Keeping an eye on this anyway:
libp2p/js-libp2p#104

@agentofuser agentofuser added kind/enhancement A net-new feature or improvement to an existing feature help wanted Seeking public contribution on this issue labels May 2, 2019
agentofuser added a commit that referenced this issue Jun 7, 2019
This eliminates the need for running an ipfs peer,
so no need to listen on any port, forward ports,
do NAT traversal or any of that.

It also means we can now upload from Travis CI!

refs #11
agentofuser pushed a commit that referenced this issue Jun 7, 2019
# [7.7.0](v7.6.0...v7.7.0) (2019-06-07)

### Bug Fixes

* don't deploy after printing version ([4cbe850](4cbe850)), closes [#6](#6)
* print pinned hash to stdout ([2d4e2c9](2d4e2c9)), closes [#9](#9)

### Features

* use HTTP to pin to Pinata ([14e7453](14e7453)), closes [#11](#11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant