# 流量中继（外部转发）

{% hint style="danger" %}
注册时间大于 60 天的账户可用

用于 Web 网页服务的账户将被系统自动封禁

流量转发仅为附赠项，切勿过于依赖
{% endhint %}

{% hint style="info" %}
\* 流量转发服务可将起源节点的所有访问数据重定向至任意目标服务器

通常情况下，您和目标服务器之间的网络路由由网络运营商确定，如果网络路由中的某个节点出现拥堵，您的网络质量将受到影响

通过在合适位置添加一个额外的网络路由节点，您可以改变原有的路由，绕过某些拥堵节点，并在可能的情况下缩短链路距离，从而提升网络质量
{% endhint %}

## 特点

* 提供基于传输层(Transport Layer, L4)的转发
  * TCP
  * UDP
* 仅需提供目标主机以及端口
* 多种线路自由选择
* 与现有服务共享流量
* 可保留节点本身服务

## 推荐使用场景

* 改善网络 QoS
* SSH/RDP 加速
* 直播服务器加速
* 游戏加速
* 跨境 API 通讯

## 不推荐使用场景

* 视频点播
* 文件传输

## 严禁用于

* Web 网页服务

## 如何使用

1. 用户中心 - 使用 - [流量转发](https://dlercloud.com/user/cusrelay)：添加流量转发规则
2. 选择起源节点并填写目标地址、目标端口，点击添加即可完成


---

# Agent Instructions: 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:

```
GET https://docs.dler.io/black-hole/advanced/liu-liang-zhuan-fa-fu-wu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
