When the internet just won’t cooperate当网络就是不配合时

Stop fighting
your connection.
别再和网络
较劲了。

Sites that won’t load. AI tools that keep logging you out. Servers you have to pick yourself. Feidu handles all of it — automatically, in the background.网站打不开。AI 工具老是让你重新登录。服务器还得自己挑。Feidu 把这些全包了——自动,在后台默默搞定。

PIN LEARN USER GEO LOCK

Why people switch人们为什么换用它

The annoying stuff, gone烦心事,没了

No picking servers. No editing config files. No babysitting. Feidu watches what actually works and quietly routes each site the best way.不用挑服务器。不用改配置文件。不用盯着它。Feidu 留意哪条线真正可用,在后台悄悄为每个网站选好最佳线路。

Your AI stops logging you outAI 不再让你反复登录

ChatGPT and Claude keep one steady connection, so they stop treating you as suspicious.ChatGPT 和 Claude 始终使用同一条稳定连接,不再把你当成可疑用户。

Per-tab, with no leaks分标签页,不泄露

Each tab takes one route from start to finish — and if a site isn’t safe to reach, it’s blocked, never leaked.每个标签页全程只走一条线路——若某网站无法安全访问,则直接拦截,绝不泄露。

Fast, because it’s smart智能,所以更快

Smart routing automatically picks the quickest route that actually works, so pages feel snappy instead of slow.智能路由自动挑选真正可用的最快线路,网页因此跟手流畅,而不是慢吞吞。


Under the hood原理一览

How it picks a route它如何选线路

For every site, Feidu checks these in order and uses the first one that fits.对每个网站,Feidu 按顺序检查这些规则,用上第一条匹配的。

  1. Sites you chose你指定的网站

    Anything you set by hand comes first.你手动设置过的,优先。

  2. What it learned它学到的

    Routes Feidu already found working.Feidu 已发现可用的线路。

  3. Your own rules你的规则

    Groups you set up — like one just for AI.你设置的分组——比如专给 AI 的一组。

  4. By country按国家/地区

    The right country for the site.为该网站选对应的国家。

  5. Smart default智能默认

    Everything else takes the best default.其余一切走最佳默认线路。

What you get你能得到什么

Set it once. Forget it.设置一次,从此不管。

No setup无需设置

Install it and it starts picking the best route for every site.装好即用,自动为每个网站选最佳线路。

Per-tab in your browser浏览器分标签页

Each tab gets its own route, so one site can’t break another.每个标签页独立选路,一个网站坏不了另一个。

Steady AI connectionAI 连接稳定

Your AI tools always use the same connection, every time.AI 工具每次都用同一条连接。

Fixes itself自动恢复

If a route stops working, Feidu finds another and remembers it.某条线路失效,Feidu 会另寻一条并记住它。

Covers your whole computer覆盖整台电脑

Turn on full mode to route every app, not just the browser.开启全局模式,让每个应用都走路由,不止浏览器。

Hard to block难以封锁

Your traffic looks like ordinary web browsing, so it keeps working when other tools stop.你的流量看起来就像普通网页浏览,别的工具失效时它照常工作。


In your browser在浏览器里

Manage tabs by group按分组管理标签页

Sort your tabs into groups and give each group its own route. Your AI tabs stay on one exit, work tabs go through another, and local sites stay direct — all at the same time.把标签页分到不同组,给每组各自的线路。AI 标签页固定一个出口,工作标签页走另一个,本地网站直连——同时进行。

ChatGPTChatGPT ClaudeClaude GeminiGemini
Routes through线路 United States美国

Platforms平台

Use it everywhere随处可用

Mac appMac 应用

A simple on/off app in your menu bar.菜单栏里的简单开关应用。

Windows appWindows 应用

The same simple app, for Windows.同款简单应用,Windows 版。

Browser extension浏览器扩展

Adds per-tab routing to Chrome, Edge and Brave.为 Chrome、Edge、Brave 增加分标签页路由。

Run your own server自建服务器

One command starts your own private server.一条命令启动你自己的私有服务器。


Your own server自建服务器

Run your own private exit运行你自己的私有出口

Don’t want to trust someone else’s server? Start your own on any cheap VPS with one command. It creates its own keys, looks like ordinary HTTPS traffic, and prints a ready-to-use link.不想信任别人的服务器?一条命令就能在任意廉价 VPS 上启动你自己的。它会自动生成密钥,看起来就像普通 HTTPS 流量,并打印一条可直接使用的链接。

  1. 1

    Run one command运行一条命令

    On any Linux server with Docker.在任意装有 Docker 的 Linux 服务器上。

  2. 2

    Copy the link复制链接

    The server prints a ready-to-use connection link.服务器会打印一条可直接使用的连接链接。

  3. 3

    Paste it into Feidu粘贴进 Feidu

    Add it and you’re routing through your own exit.添加后,你就在通过自己的出口上网了。

# one command on any Linux box with Docker
docker run -d --name feidu-server --restart unless-stopped \
  -p 443:443/tcp 29tech/feidu-server:latest

# export your share link
docker exec feidu-server sh -c 'cat /etc/*/vless-uri.txt'

For builders面向开发者

Drive it from your AI让你的 AI 来操控

Everything Feidu does is a command. The feidu CLI exposes the whole system — and it’s built for an AI agent to drive: read the full state, make changes (each one logged with a reason), and undo any of them.Feidu 的每个动作都是一条命令。feidu CLI 暴露了整个系统——而且它专为 AI 智能体操控而设计:读取完整状态、做出更改(每次都带原因并记录在案)、并可随时撤销。

# see everything, as JSON an agent can parse
feidu agent state

# make a change — always with a reason, always logged
feidu agent apply --reason "pin claude.ai to US" \
  --patch '{"pins":[{"host":"claude.ai","route":"us"}]}'

# review the journal, then undo if you need to
feidu agent log
feidu agent undo

Get started开始使用

Download Feidu下载 Feidu

Pick your device and you’re set.选择你的设备,就绪。

On Linux在 Linux 上 · One line on any distro with systemd.在任意带 systemd 的发行版上,一行搞定。

# installs the feidu daemon + CLI, sets up the service
curl -fsSL https://feidu.webond.run/install.sh | sh

Test builds测试版 BETA

Early features, rougher edges — for people who want to try what’s next.尝鲜功能,略显粗糙——给想抢先体验新功能的人。

Downloads and install scripts aren’t live yet — these are placeholders.下载与安装脚本尚未上线——这些均为占位符。