Add reverse DNS record for public ip in Azure
为
Azure
的公网ip自助增加域名反向解析记录
1. install az tool
Install the Azure CLI: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli
2. login
az login
3. run command
az network public-ip update --resource-group $(resource group of public ip) \
--name $(resource name of public ip) --reverse-fqdn $(www.rDNS.com.)
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here