Skip to content

Commit

Permalink
Update README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyqs committed Oct 23, 2020
1 parent b440e3f commit ff90c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.org
Expand Up @@ -234,6 +234,7 @@ for firewall in `doctl compute firewall list | tail -n 3 | awk '{print $1}'`; do
doctl compute firewall add-rules $firewall --inbound-rules protocol:tcp,ports:4222,address:0.0.0.0/0
doctl compute firewall add-rules $firewall --inbound-rules protocol:tcp,ports:7422,address:0.0.0.0/0
doctl compute firewall add-rules $firewall --inbound-rules protocol:tcp,ports:7522,address:0.0.0.0/0
doctl compute firewall add-rules $firewall --inbound-rules protocol:tcp,ports:443,address:0.0.0.0/0
done
#+end_src

Expand Down

0 comments on commit ff90c86

Please sign in to comment.