Skip to content

Instantly share code, notes, and snippets.

@thebongy
Last active August 2, 2020 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebongy/5759f18afc3b2b77e0dc24d889b0838f to your computer and use it in GitHub Desktop.
Save thebongy/5759f18afc3b2b77e0dc24d889b0838f to your computer and use it in GitHub Desktop.
gcloud compute firewall-rules create challenge-name \
--allow tcp:30001 \
--priority 1000 \
--target-tags challenges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment