惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
G
Google Developers Blog
B
Blog
Engineering at Meta
Engineering at Meta
阮一峰的网络日志
阮一峰的网络日志
The Register - Security
The Register - Security
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 叶小钗
The Cloudflare Blog
The Hacker News
The Hacker News
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
CXSECURITY Database RSS Feed - CXSecurity.com
雷峰网
雷峰网
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
T
Threat Research - Cisco Blogs
A
About on SuperTechFans
量子位
Recorded Future
Recorded Future
博客园 - 三生石上(FineUI控件)
H
Help Net Security
Help Net Security
Help Net Security
P
Palo Alto Networks Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Troy Hunt's Blog
W
WeLiveSecurity
V
Vulnerabilities – Threatpost
T
The Exploit Database - CXSecurity.com
Know Your Adversary
Know Your Adversary
Apple Machine Learning Research
Apple Machine Learning Research
Scott Helme
Scott Helme
N
News | PayPal Newsroom
AWS News Blog
AWS News Blog
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
腾讯CDC
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
TaoSecurity Blog
TaoSecurity Blog
GbyAI
GbyAI
Y
Y Combinator Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
D
Docker

Deep Router

解决Codex Desktop高频TRACE日志写入logs_2.sqlite问题 | Deep Router Hermes Agent 优化:解决GLM-5.2模型429(1305 overloaded) | Deep Router 解决微信图片加载缓慢:从DNS到OSPF路由的问题排查 | Deep Router Windows Alma 太卡? 我有特殊的使用技巧 | Deep Router 使用Pipedream同步RSS至Twitter(X.com) | Deep Router 使用Pipedream同步RSS至BlueSky | Deep Router Dae搭配AdGuard Home使用指南 | Deep Router OpenWRT IPv6防火墙规则:如何放行客户端地址及端口 | Deep Router 国内外DNS服务器推荐列表 | Deep Router 在OpenWRT上使用Neovim | Deep Router NieR Automata Ver 1.1a | Deep Router 网关互指情况下,旁路由是否需要开启upnp? | Deep Router 【Horace And Pete】百年酒馆 第一季 1080P 阿里云 | Deep Router
ImmoralWRT软件源分享 | Deep Router
Yawatasensei · 2024-06-06 · via Deep Router

// 本文详细介绍ImmoralWRT软件源配置方法,包括命令行和Luci界面操作。提供多个国内镜像站点选择,优化下载速度。适用于OpenWRT用户、路由器爱好者和网络管理员,帮助提升系统性能和软件包管理效率。

$ git log --oneline --stat

📁 category: 资源分享📅 updated: 2026-06-29🏷️ tags: Openwrt, 旁路由

😀

ImmortalWrt是OpenWrt的一个第三方分支,主要针对国人用户开发,在不对系统进行过度修改的情况下,不仅继承了OpenWRT的灵活性和强大功能,还提供更多的本地化软件包和设备支持,对IPv6的支持也很稳定,应该是国内目前最为纯净的OpenWRT系统。ImmortalWrt也是支持使用Dae的OpenWRT分支。

本文章适用于ImmortalWRT用户,与OpenWRT官方源仓库不一定兼容,如需使用OpenWRT官方源仓库,可参考:🖥️OpenWRT 软件源整理

📝 ImmoralWRT软件源

ImmoralWRT软件仓库地址

ImmoralWRT在国内有镜像加速,目前ImmoralWRT路由系统在安装完成之后默认使用的OPKG软件仓库为下面这个:

软件仓库提供版本及架构选择,请根据自身设备所使用的OpenWRT版本及系统架构进行选择。

Opkg配置ImmoralWRT软件源

以下内容以ImmoralWRT-23.05.3,X86-64架构的软件源为例,其他版本及架构可通过仓库选择之后复制地址替换到下面的代码中。

命令行方式

  1. 编辑/etc/opkg/customfeeds.conf
  1. 复制以下软件源配置信息至文件中并进行保存
  1. 更新软件源

Luci界面操作方式

  1. 登入OpenWRT管理页面
  1. 打开系统 - 软件包 ,点击配置opkg
  1. /etc/opkg/customfeeds.conf 粘贴以下内容并保存
  1. 点击更新列表进行软件源更新

镜像地址

如果默认的镜像地址在你的网络下速度并不理想,可以替换使用其他镜像地址:

  • CERNET(校园网联合镜像站):
  • 南开大学开源镜像站
  • 北京大学开源镜像站
  • 上海科技大学Geek Pie开源镜像站
  • 中国科学技术大学开源镜像站
  • 致远镜像站
  • 吉林大学开源镜像站
  • 上海交通大学开源镜像站
  • 南京大学开源镜像站
  • Cloudflare镜像站

替换方法

修改 /etc/opkg/customfeeds.conf 文件,将源地址 https://downloads.immortalwrt.org 或 https://mirrors.vsean.net/openwrt 更改上面的镜像站地址。

或者通过命令行方式进行修改,格式为s,[原来的软件源地址],[替换的软件源地址],g

替换完成后通过opkg update进行更新。

ImmoralWRT固件下载

推荐使用官方提供的Firmware固件下载服务。如具备动手能力可自行编译固件。

📎 参考文章

💡

有关ImmortalWrt安装或者使用上的问题,欢迎您在底部评论区留言,一起交流~