Skip to content

Instantly share code, notes, and snippets.

@mikolajprzybysz
Last active October 26, 2019 23:34
Show Gist options
  • Save mikolajprzybysz/71384953d47e19e6877bec851f9e00ad to your computer and use it in GitHub Desktop.
Save mikolajprzybysz/71384953d47e19e6877bec851f9e00ad to your computer and use it in GitHub Desktop.
How to create Google Cloud DNS Zone with google cloud sdk
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