我正在尝试将Cloudflare添加到我的站点--我的站点是一个基本的Azure站点--它没有自定义域(例如https://mysite20210708071234.azurewebsites.net/ --这不是实际的站点)。
我去Cloudflare并添加了一个新的网站,我得到了错误:
mysite20210708071234.azurewebsites.net is not a registered domain
我已经做了相当多的谷歌搜索,但我所能得到的只是配置自定义域的指令--我没有。我的猜测是,我需要在Azure中配置一些东西来允许Cloudflare“查看”站点--有什么想法吗?
我有一个困难的时间获得一个Wix域与Vultr管理Wordpress网站工作。目前我有来自Vultr的IPv4和IPv6。我确保域名没有分配给一个Wix网站。我还去了Domains > Advanced。在DNS记录下,我确保主机名指向IPv4地址。
我去了Wordpress,Settings > General。我在Wordpress地址和站点地址中输入了相同的IPv4
现在,当我将浏览器指向那个IPv4地址时,我得到了Wix.com错误页面"Looks Like This Domain Isn't Connected to a Website Yet!"
我想创建简单的脚本来检查域的可用性。谁能告诉我,这个功能是否足以检查域名可用性之前,用户可以注册:
<?php
$recordexists = checkdnsrr("www.google.com", "ANY");
if ($recordexists)
echo "The domain name has been taken. Sorry!";
else
echo "The domain name is available!";
?>
或者我应该使用像这样的其他whois脚本
ASP.NET Tasks API – OAuth2 Sample
Click the button below to authorize this application/list all TaskLists and Tasks.
The request 'Google.Apis.Requests.Request(list @ https://www.googleapis.com/tasks/v1/users/@me/lists)' has failed. The service tasks has thrown an exception: Google.