40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
---
|
||
filename: install-openclash-on-openwrt
|
||
title: 在Openwrt中安装OpenClash
|
||
date: 2025-09-02 21:00:00
|
||
updated: ''
|
||
cover: https://pic.biss.click/i/2025/09/02/z1tbws.png
|
||
tags: openwrt
|
||
categories: 技术
|
||
abbrlink: ''
|
||
summary: ''
|
||
toc: true
|
||
comments: true
|
||
---
|
||
# 前言
|
||
因为一直想要实现从软路由上进行代理,所以买到了一个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>
|