".extra-menu { background-color: #f3f3f3; padding: 20px; } .extra-menu .extra-menu-h { height: 36px; } .extra-menu .extra-menu-h h3 { display:inline-block; } .extra-menu ul a{ text-decoration: none; } .extra-menu .menu-child { text-indent: 4em; } .extra-menu .menu-child:before { left: 4em; } .extra-menu .extra-menu-h h3 { line-height: 36px; } .collapse-toggle { float: right; cursor: pointer; user-select: none; display: inline-flex; align-items: center; font-size: 14px; } .collapse-toggle img { width: 30%; transform: rotate(180deg); } .collapse-content { margin-bottom: 0px !important; margin-top: 20px !important; overflow: hidden; max-height: 0; transition: max-height 0.3s ease-out; } .collapse-content.expanded { max-height: 1000px; /\* 设置一个足够大的值,确保内容可以完全展开 \*/ } .ph-id { position: relative; top: -90px; } jQuery(document).ready(function( $ ) { $('.collapse-toggle').on('click',function(){ var content = document.querySelector('.collapse-content'); content.classList.toggle('expanded'); if (content.classList.contains('expanded')) { $(this).find('div').text('收起'); $(this).find('img').css('transform','rotate(180deg)'); } else { $(this).find('div').text('展开'); $(this).find('img').css('transform','rotate(0deg)'); } }) })
Vultr作为知名的海外云服务器商,不管是产品性能方面还是在客户服务上做得还是不错的,其[国外VPS](/#)产品采用SSD固态存储、高性能CPU,带有功能强大的控制面板,方便用户管理。如果您想创建反向DNS,那么便可使用到Vultr控制面板,操作起来比较简单,下面一起来看下相关步骤。
![](https://www.idcspy.com/wp-content/uploads/2021/06/vultr-3.jpg)
1、首先登录到您的[Vultr](/#)账户,点击产品左侧菜单项,选择所要创建反向DNS的Vultr VPS实例。在设置选项卡中,您可选择用IPv4或IPv6创建反向DNS。
2、在左侧菜单中选择IPv4。您的实例可能分配了一个或多个 IPv4 地址。单击所需 IPv4 地址的反向 DNS 值。输入一个新值。要设置的具体值取决于您的应用程序。对于邮件服务器,这通常设置为转发 DNS 名称。完成后,单击复选图标进行更新即可。
3、在左侧菜单中选择IPv6。然后选择反向DNS部分中,输入分配的子网中的有效地址和反向 DNS 名称。单击添加按钮,这会在 Vultr 的 DNS 中创建一个 PTR 记录。反向 DNS 更新可能需要几个小时才能传播。要编辑现有的IPv6反向 DNS,请单击该条目的铅笔图标进行操作。
更多阅读:[Vultr教程](/#)"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/105691.html