Last active
August 2, 2020 14:20
-
-
Save thebongy/5759f18afc3b2b77e0dc24d889b0838f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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