From 28369ba0f9fd3264453be5e700712702a41bef40 Mon Sep 17 00:00:00 2001 From: dichgrem Date: Wed, 15 Jan 2025 20:00:46 +0800 Subject: [PATCH] just push --- content/awesome-openwrt.md | 14 ++++++++++++++ public/awesome-openwrt/index.html | 15 +++++++++++++++ .../pagefind/fragment/en_555e29c.pf_fragment | Bin 4166 -> 0 bytes .../pagefind/fragment/en_b175825.pf_fragment | Bin 0 -> 4450 bytes public/pagefind/index/en_14a54e1.pf_index | Bin 0 -> 70701 bytes public/pagefind/index/en_1867229.pf_index | Bin 103352 -> 0 bytes public/pagefind/index/en_1a36e62.pf_index | Bin 70551 -> 0 bytes public/pagefind/index/en_25c989e.pf_index | Bin 139732 -> 0 bytes public/pagefind/index/en_462b2eb.pf_index | Bin 0 -> 103207 bytes public/pagefind/index/en_9daafb1.pf_index | Bin 0 -> 140194 bytes public/pagefind/pagefind-entry.json | 2 +- public/pagefind/pagefind.en_70e7822c64.pf_meta | Bin 0 -> 737 bytes public/pagefind/pagefind.en_a2c3e2cccc.pf_meta | Bin 758 -> 0 bytes 13 files changed, 30 insertions(+), 1 deletion(-) delete mode 100644 public/pagefind/fragment/en_555e29c.pf_fragment create mode 100644 public/pagefind/fragment/en_b175825.pf_fragment create mode 100644 public/pagefind/index/en_14a54e1.pf_index delete mode 100644 public/pagefind/index/en_1867229.pf_index delete mode 100644 public/pagefind/index/en_1a36e62.pf_index delete mode 100644 public/pagefind/index/en_25c989e.pf_index create mode 100644 public/pagefind/index/en_462b2eb.pf_index create mode 100644 public/pagefind/index/en_9daafb1.pf_index create mode 100644 public/pagefind/pagefind.en_70e7822c64.pf_meta delete mode 100644 public/pagefind/pagefind.en_a2c3e2cccc.pf_meta diff --git a/content/awesome-openwrt.md b/content/awesome-openwrt.md index 2cadbf8..81d5dae 100644 --- a/content/awesome-openwrt.md +++ b/content/awesome-openwrt.md @@ -149,6 +149,20 @@ opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg upgrade ``` > 新版本的openwrt(24.10)已经改用APK包管理器。 +## 最终实现目标 + +- 1.IPv6 分配到每个设备; +- 2.NAT类型为NAT1(全锥形); +- 3.可控的流量记录与IP控制/QOS; +- 4.可靠的硬件加速; +- 5.多线多播/宽带提速; +- 6.PPPoE拨号,替代一部分光猫功能; +- 7.智能DNS配置与去广告; +- 8.VPN配置回家; +- 9.实现透明代理。 + +> 剩余专业路由功能可以由ROS替代,服务则跑在NAS系统上,避免ALL in Boom! + ## 🔗 - [Openwrt wiki](https://openwrt.org/zh/docs/start) diff --git a/public/awesome-openwrt/index.html b/public/awesome-openwrt/index.html index a64f009..6948e8b 100644 --- a/public/awesome-openwrt/index.html +++ b/public/awesome-openwrt/index.html @@ -231,6 +231,21 @@

新版本的openwrt(24.10)已经改用APK包管理器。

+

最终实现目标

+ +
+

剩余专业路由功能可以由ROS替代,服务则跑在NAS系统上,避免ALL in Boom!

+