mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 19:56:35 +08:00
“系统设置 -- 安全管理”里可以单独添加允许访问的IP
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
<p class="comment">设置后,只有这些省份才能访问管理界面,如果不设置表示没有限制。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>允许访问的IP</td>
|
||||
<td>
|
||||
<values-box name="allowIPs" placeholder="IP或者CIDR IP段" :values="config.allowIPs"></values-box>
|
||||
<p class="comment">如果不为空,则<strong>仅仅允许</strong>这些IP访问,其他的IP访问时会被拒绝。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>允许局域网访问</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user