我想为我的 Google Cloud DNS 条目获取一个区域文件,但我看不到在网络应用页面上要求它的明显方法。有可能这样做吗?谢谢。
问问题
1463 次
1 回答
1
Yes, it is possible, but you need to install the Google Cloud SDK https://cloud.google.com/sdk/downloads
Once you have that, it's a simple one liner in your terminal.
gcloud dns record-sets export yournewzonefile.txt --zone yourzonename --zone-file-format
于 2016-10-28T10:54:06.993 回答