Last active
October 26, 2019 23:34
-
-
Save mikolajpe/71384953d47e19e6877bec851f9e00ad to your computer and use it in GitHub Desktop.
How to create Google Cloud DNS Zone with google cloud sdk
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 dns managed-zones create samplewebsite --dns-name="samplewebsite.pl." --description="samplewebsite.pl" | |
# Created [https://dns.googleapis.com/dns/v1/projects/staticwebsitehosting/managedZones/samplewebsite]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment