Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
deny RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
BitDesert authored Apr 15, 2018
1 parent ae64dce commit a0fa803
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions enn/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ else

echo "== Opening Nano Node Port"
sudo ufw allow 7075

echo "== Denying RPC Port"
sudo ufw deny 7076

echo "== Restarting Nano node container"
sudo docker restart enn_nanonode_1
Expand Down

0 comments on commit a0fa803

Please sign in to comment.