".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)'); } }) })
VestaCP是一个免费的开源网站控制面板,内置网站、电子邮件、数据库和DNS等功能,可用于轻松管理[国外VPS](/#)主机。本文以Hostwinds VPS为例,下面来看下如何使用VestaCP面板添加防火墙规则。
步骤1、登录到[Hostwinds](/#)账号,然后访问VestaCP面板,在管理界面,导航到顶部导航栏中的防火墙部分。
![](https://www.idcspy.com/wp-content/uploads/2022/12/cp1.jpg)
步骤2、选择绿色的加号按钮以添加防火墙规则。
![](https://www.idcspy.com/wp-content/uploads/2022/12/cp2.jpg)
步骤3、根据页面提示,填写相关信息,防火墙规则设置好后,点击Add按钮保存。
![](https://www.idcspy.com/wp-content/uploads/2022/12/cp3.jpg)
步骤4、添加新的防火墙规则后,您将收到一条消息,说明”规则已成功创建”。
步骤5、返回主防火墙页面后,您将看到您新创建的防火墙规则。
![](https://www.idcspy.com/wp-content/uploads/2022/12/cp4.jpg)
以上是在Hostwinds VPS上使用VestaCP面板添加防火墙规则的主要步骤介绍,新的防火墙规则添加好后,您也可以根据实际情况编辑规则,允许或禁止相关流量进入服务器。"
松果号 作者:松果号原创文章,如若转载,请注明出处:https://www.6480i.com/archives/103225.html