> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/wang-luo/aliases.md).

# 别名

别名集中管理将用于多个网络规则的 IP 地址集。这有助于简化管理，因为您可以在一个地方维护地址列表，而无需更新单个规则。

## 创建新别名

1. 导航到 **网络** > **别名**.
2. 单击 **新建** 位于左侧菜单中
3. 完成别名配置：
   * **名称** - 输入一个有助于管理的描述性名称
   * **描述** (可选) - 提供有关此别名用途的更多详细信息
   * **地址集** - 使用以下方法之一定义 IP 地址：
     * 输入一个用竖线分隔的列表（例如， `10.10.10.10|10.200.10.0/32|10.200.1.1`)
     * 使用列表管理工具添加单个条目
   * **发布范围**:
     * **私有** - 仅在此云中可用
     * **全局** - 可用于此云及其租户
4. 单击 **提交** 以创建别名

## 修改别名

1. 导航到 **网络 > 别名**
2. 双击要修改的别名
3. 使用以下任一方法更新地址列表：
   * 直接编辑用竖线分隔的列表
   * 使用列表工具管理单个条目
4. 单击 **提交** 以保存更改
5. 在每个在其规则中使用此别名的网络上，单击 **应用规则** 以实施更改

## 在网络规则中使用别名

创建网络规则时，将 **类型** 设置为 **别名** 在“源/目标”字段中，从可用别名中进行选择。

## 管理列表条目

列表管理界面提供以下功能：

* **添加条目** - 单击 + 图标插入新行
* **编辑条目** - 选择一个条目并单击铅笔图标
* **删除条目** - 选择一个条目并单击垃圾桶图标
* **选择多个** - 单击条目可切换选择，以进行批量操作

{% hint style="success" %}
**在修改现有规则中使用的别名时，请记得在受影响的网络上应用规则，以使更改生效。**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/zh/wang-luo/aliases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
