Skip to content
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

Fix IPFS issue #24

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Fix IPFS issue #24

merged 1 commit into from
Aug 3, 2023

Conversation

magestrio
Copy link
Collaborator

Feature type

  • UI
  • Implementation
  • Specification
  • CI/CD
  • Other

Feature description

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Your code builds clean without any errors or warnings.
  • Tests for changes have been added (for bug fixes / features). If no, why?

},
start: true,
addresses: {
listen: ['/ip4/127.0.0.1/tcp/0'],
listen: ['/ip4/0.0.0.0/tcp/0'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do listen on 0.0.0.0 is dangerous?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know, it is necessary as we want our node to be accessible to the public network

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Public network can access our node via NAT, so i don't think listen on 0.0.0.0 is a good thing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I have some gaps in the computer network, but in this case 127.0.0.1 will be enough? Should not we specify the private network address?

@chiro-hiro chiro-hiro merged commit 4aca198 into main Aug 3, 2023
1 check passed
@chiro-hiro chiro-hiro deleted the fix-ipfs-issue branch August 3, 2023 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants