Files
blog/source/_posts/2025/2025.09/install-openclash-on-openwrt.md
2026-02-07 19:17:19 +08:00

43 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
filename: install-openclash-on-openwrt
title: 在Openwrt中安装OpenClash
updated: ''
cover: https://pic.biss.click/image/9e28fc0e-0775-4623-905d-d4da620da690.webp
tags:
- Openwrt
- Openclash
categories: 技术
abbrlink: 2b2fb1a7
toc: true
comments: true
summary: >-
这篇文章详细介绍了在OpenWrt系统中安装OpenClash的过程。作者通过Web管理页面和终端命令两种方式进行了安装并强调了推荐启用Smart内核。安装完成后作者提到了配置步骤包括下载内核和导入配置文件最后表达了对于zashboard界面简洁美观的个人喜好。整篇文章内容连贯条理清晰为读者提供了完整的安装指南。
date: 2025-09-02 21:00:00
---
# 前言
因为一直想要实现从软路由上进行代理所以买到了一个Cudy Tr3000刷系统折腾。用这篇文章记录一下安装的过程。
# 安装
可以通过web管理页面安装搜索openclash。
<center><img src="https://pic.biss.click/i/2025/09/02/z5y0d1.png" alt="image" /></center>
当然也可以在终端中执行命令:
```bash
opkg update
opkg install bash iptables dnsmasq-full curl ca-bundle ipset ip-full iptables-mod-tproxy iptables-mod-extra ruby ruby-yaml kmod-tun kmod-inet-diag unzip luci-compat luci luci-base
opkg install luci-app-openclash
```
# 配置
首先需要下载内核推荐启用Smart内核。
<center><img src="https://pic.biss.click/i/2025/09/02/zcllg4.png" alt="image" /></center>
然后导入配置:
<center><img src="https://pic.biss.click/i/2025/09/02/zdut38.png" alt="image" /></center>
然后就可以开心使用啦!
感觉zashboard简洁好看一些看自己感觉啦
<center><img src="https://pic.biss.click/i/2025/09/02/zfix7i.png" alt="image" /></center>