> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/help-center/help-center-zh/an-quan/shade-wang-luo-pei-zhi-zhi-nan.md).

# Shade 网络配置指南

### 概述

本文档提供了在企业环境中部署 Shade 所需的网络配置要求。为确保正常运行，您的网络管理员需要将以下域名和端口加入允许列表。

### 所需域名允许列表

必须将以下域名加入允许列表，才能让 Shade 正常运行：

#### Shade 核心服务

* `fs.shade.inc` - 文件系统服务
* `*.shade.inc` - Shade 的所有子域名（通配符）\*\*
* `wasabisys.com` - Vault 驱动器的存储（通过 Wasabi）
* `cloudflarestorage.com` - Active 驱动器的存储（通过 Cloudflare）

\*\*虽然我们建议添加通配符路由，但这并非严格必需

#### 审核与批准

* `app.shade.inc` - 主应用界面
* `api.shade.inc` - Shade API 端点
* `2f0871f542c14e6bb9ff5efbf27effa0.r2.cloudflarestorage.com` - 存储&#x20;

#### Shade 文件系统

* `shadefs.com` - 文件系统域名

#### 第三方服务

* `storage.googleapis.com` - Google Cloud Storage API
* `*.googleapis.com` - Google Cloud 服务（建议用于完全兼容）

#### 通知服务

* `https://api.knock.app` - 用于 Slack 通知的 Knock 服务

### 所需端口配置

#### HTTPS 流量

* **443 端口（TCP）** - 上述所有域名的 HTTPS 流量

所有 Shade 服务均通过端口 443 上的加密 HTTPS 连接进行通信。

### 实施清单

要为 Shade 配置网络，请完成以下步骤：

1. **防火墙配置**
   * 将所有列出的域名添加到防火墙允许列表中
   * 确保这些域名的出站 TCP 443 端口已开放
2. **代理配置** （如适用）
   * 配置代理服务器，允许与所列域名之间的流量
   * 确保 SSL/TLS 检查（如已启用）不会影响连接
3. **DNS 解析**
   * 验证您的 DNS 服务器能够解析所有列出的域名
   * 如有需要，可考虑将这些域名添加到内部 DNS 转发规则中
4. **测试**
   * 配置完成后，请测试与每个域名的连通性
   * 验证用户可以访问 `app.shade.inc` 并执行文件操作

### 安全注意事项

* 与 Shade 服务的所有通信都使用行业标准 TLS 进行加密
* 通配符域名 `*.shade.inc` 用于支持新服务和新功能
* 如果您的安全策略不允许使用通配符域名，请联系 Shade 支持以获取当前子域名的完整列表

### 支持

如果您在配置过程中遇到任何问题，或需要有关特定域名的更多信息，请联系：

**Shade 企业支持**\
电子邮件： <support@shade.inc>\
文档： <https://docs.shade.inc>


---

# 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://academy.shade.inc/help-center/help-center-zh/an-quan/shade-wang-luo-pei-zhi-zhi-nan.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.
