This commit is contained in:
2025-09-04 16:30:19 +08:00
parent 1c36ac844c
commit 9a918d92b5
2 changed files with 13 additions and 8 deletions

View File

@@ -1,16 +1,19 @@
--- ---
filename: tr3000-openwrt filename: tr3000-openwrt
title: Cudy TR3000刷入Openwrt系统 title: Cudy TR3000刷入Openwrt系统
date: 2025-08-31 20:15:00
updated: '' updated: ''
cover: https://pic.biss.click/i/2025/08/31/xd1k9f.png cover: https://pic.biss.click/i/2025/08/31/xd1k9f.png
tags: Cudy-TR3000 tags: Cudy-TR3000
categories: 技术 categories: 技术
abbrlink: '' abbrlink: '8802e397'
summary: '' summary: >-
这篇文章介绍了如何将Cudy
TR3000路由器刷入OpenWrt系统。首先作者提供了下载中间固件和OpenWrt固件的方法。接着详细说明了刷入过程的步骤包括访问不同的IP地址进行固件刷入并提到了OpenWrt的默认登录密码是root。整个过程旨在使路由器能够支持科学上网功能。
toc: true toc: true
comments: true comments: true
date: 2025-08-31 20:15:00
--- ---
最近搞到了一台`Cudy-TR3000`路由器,用来进行科学上网(小猫咪),先记录一下刷写`Openwrt`系统的过程。 最近搞到了一台`Cudy-TR3000`路由器,用来进行科学上网(小猫咪),先记录一下刷写`Openwrt`系统的过程。
# 下载固件 # 下载固件
1. 中间固件 1. 中间固件
@@ -35,4 +38,4 @@ comments: true
然后访问`10.0.0.1`就可以看到openwrt登录页面了,默认密码是`root` 然后访问`10.0.0.1`就可以看到openwrt登录页面了,默认密码是`root`
<center><img src="https://pic.biss.click/i/2025/08/31/xp14em.png" alt="image" /></center> <center><img src="https://pic.biss.click/i/2025/08/31/xp14em.png" alt="image" /></center>

View File

@@ -1,16 +1,18 @@
--- ---
filename: install-openclash-on-openwrt filename: install-openclash-on-openwrt
title: 在Openwrt中安装OpenClash title: 在Openwrt中安装OpenClash
date: 2025-09-02 21:00:00
updated: '' updated: ''
cover: https://pic.biss.click/i/2025/09/02/z1tbws.png cover: https://pic.biss.click/i/2025/09/02/z1tbws.png
tags: openwrt tags: openwrt
categories: 技术 categories: 技术
abbrlink: '' abbrlink: 2b2fb1a7
summary: ''
toc: true toc: true
comments: true comments: true
summary: >-
这篇文章详细介绍了在OpenWrt系统中安装OpenClash的过程。作者通过Web管理页面和终端命令两种方式进行了安装并强调了推荐启用Smart内核。安装完成后作者提到了配置步骤包括下载内核和导入配置文件最后表达了对于zashboard界面简洁美观的个人喜好。整篇文章内容连贯条理清晰为读者提供了完整的安装指南。
date: 2025-09-02 21:00:00
--- ---
# 前言 # 前言
因为一直想要实现从软路由上进行代理所以买到了一个Cudy Tr3000刷系统折腾。用这篇文章记录一下安装的过程。 因为一直想要实现从软路由上进行代理所以买到了一个Cudy Tr3000刷系统折腾。用这篇文章记录一下安装的过程。
# 安装 # 安装
@@ -36,4 +38,4 @@ opkg install luci-app-openclash
然后就可以开心使用啦! 然后就可以开心使用啦!
感觉zashboard简洁好看一些看自己感觉啦 感觉zashboard简洁好看一些看自己感觉啦
<center><img src="https://pic.biss.click/i/2025/09/02/zfix7i.png" alt="image" /></center> <center><img src="https://pic.biss.click/i/2025/09/02/zfix7i.png" alt="image" /></center>