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

Run diva node Documentation: Do not prompt user to expose unnecessary ports #70

Open
markoinether opened this issue Nov 6, 2023 · 0 comments

Comments

@markoinether
Copy link

referring to tutorial here:
https://docs.shamirlabs.org/diva/testnet/install/manual/configure

image

Exposing ports 30000 and 80 is not necessary for the functioning of the protocol. Although may not pose a problem, it seems more prudent to navigate people not to open these ports and rather forword them. They are either running them locally in which case it is not a problem or on a remote server in which case they can tunnel the ports via SSH just like so:

 ssh user@server -L 80:127.0.0.1:80-L 30000:127.0.0.1:30000 # My diva server with port forwarding

I would suggest this to be the default.

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

No branches or pull requests

1 participant