> For the complete documentation index, see [llms.txt](https://gfw.gujiakai.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gfw.gujiakai.top/fan-qiang-shou-duan/ying-jian-fan-qiang-lu-you-qi-fan-qiang.md).

# 硬件翻墙【路由器翻墙】

这种方式可以无视各种应用层、网络层、硬件层的通讯协议【简言之，无视计算机操作系统的代理规则】，实现真的全局代理。

原理：把翻墙软件部署在路由器上，连接你路由器的网络设备都可以通过路由器翻墙。

优点：可应用于无法安装翻墙软件的网络设备，以帮助这些设备实现透明代理。

缺点：路由器的CPU算力基本上只能满足最基础的路由功能，让其进行大量的加密、解密运算，导致的结果是网络通讯产生卡顿、带宽跑不满、宕机...

什么是软路由？

改造过的路由器，可以理解为一台小型的计算机，性能强大，具备上述优点。

缺点：

* 价格昂贵
* 配置繁琐
* 稳定性
* 日常维护相对繁琐

注：可以根据需求，同时部署软路由和使用客户端软件翻墙。


---

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

```
GET https://gfw.gujiakai.top/fan-qiang-shou-duan/ying-jian-fan-qiang-lu-you-qi-fan-qiang.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.
