Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/Support/Cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ First, verify that Grafana is running and port 3000 is open to world using somet
Next, create ufw rules to allow access from `localhost` and drop access from anywhere else:

- `sudo ufw allow proto tcp from 127.0.0.1 to any port 3000`
- `sudo ufw deny proto tcp from any to any 3000`
- `sudo ufw deny proto tcp from any to any port 3000`

Check again on "yougetsignal" or the like that port 3000 is now closed.

Expand All @@ -128,7 +128,7 @@ First, verify that Prysm Web UI is running and port 7500 is open to world using
Next, create ufw rules to allow access from `localhost` and drop access from anywhere else:

- `sudo ufw allow proto tcp from 127.0.0.1 to any port 7500`
- `sudo ufw deny proto tcp port 7500`
- `sudo ufw deny proto tcp from any to any port 7500`

Check again on [you get signal](https://www.yougetsignal.com/tools/open-ports/) or the like that port 7500 is now closed.

Expand Down