Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nosignals/openwrt-neko

Neko Clash TUN based Proxy
https://github.com/nosignals/openwrt-neko

clash clash-meta luci-app-neko mihomo neko openwrt openwrt-packages

Last synced: about 1 month ago
JSON representation

Neko Clash TUN based Proxy

Awesome Lists containing this project

README

        


neko





XRAY/V2ray, Shadowsocks, ShadowsocksR, etc.
Mihomo based Proxy

Features
---
- your Own Custom Theme based Bootstrap ` nekoclash/assets/theme `
- Configs, Proxy, and Rules can edit on webui
- xray/v2ray config converter

Packages list
---
| Packages | Version | Arch | Information |
|---|---|---|---|
| [luci-app-neko](https://github.com/nosignals/openwrt-neko/tree/main/luci-app-neko) | ` 1.2.2-beta ` |

[all-generic](https://github.com/nosignals/openwrt-neko/releases/download/luci-app-neko_1.2.2-beta/luci-app-neko_1.2.2-beta_all.ipk)
| Include `geosite` and `geoip` files |
| [mihomo](https://github.com/nosignals/openwrt-neko/tree/main/mihomo) | ` 1.18.8-2 ` |
[x86](https://github.com/nosignals/openwrt-neko/releases/download/mihomo_1.18.8/mihomo_1.18.8-2_x86_64.ipk)[aarch64-generic](https://github.com/nosignals/openwrt-neko/releases/download/mihomo_1.18.8/mihomo_1.18.8-2_aarch64_generic.ipk)[arm_cortex-a7_neon](https://github.com/nosignals/openwrt-neko/releases/download/mihomo_1.18.8/mihomo_1.18.8-2_arm_cortex-a7_neon-vfpv4.ipk)
| Latest stable version on [MetaCubeXD](https://github.com/MetaCubeX/mihomo/) |
| ? | ? | ? | ? |

Installation
---
1. Downloads ` mihomo_xxxx.ipk ` and ` luci-app-neko_xxx.ipk ` from releases
2. install requirement depedencies `php8, php8-cgi, kmod-tun, bash, curl, jq, ip-full, ca-bundle`
3. Install firstly ` mihomo_xxxx.ipk `
4. After installing ` mihomo `, install ` luci-app-neko_xxx.ipk `
5. Done, check your LUCI on openwrt

Updating
---
1. Download updated `mihomo` or `luci-app-neko`
2. Remove old version `opkg remove luci-app-neko`
3. Installing downloaded update ` opkg install luci-app-neko_xxx.ipk `
4. Done, check your LUCI on openwrt

Compiling
---
#### 1. Add feeds
```bash
echo "src-git neko https://github.com/nosignals/openwrt-neko.git;main" >> "feeds.conf.default"
```
#### 2. Update & Install feeds
```bash
./scripts/feeds update -a
./scripts/feeds install -a
```
#### 3. Make Packages
```bash
make package/luci-app-neko/compile
```

About
---
nosignal is gone

Credit
---
- nosignals

Screenshoot
---
Home


home

Dasboard


dash

Config - Home
cfg

Config - Proxy
proxy

Config - Rules
rules

Config - Converter
conv

Settings
setting