All Projects → kuoruan → Luci App V2ray

kuoruan / Luci App V2ray

Licence: mit
LuCI support for V2Ray

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Luci App V2ray

V2hero
All Free . Deploy V2Ray to Heroku . v2ray学习参考
Stars: ✭ 449 (-38.32%)
Mutual labels:  v2ray
Node.umelabs.dev
每天20:00点更新免费SS/SSR节点
Stars: ✭ 515 (-29.26%)
Mutual labels:  v2ray
V2raydocker
一键v2ray ws + tls 方便就完事了
Stars: ✭ 638 (-12.36%)
Mutual labels:  v2ray
Chn Iplist
Chnroutes rules for routers、Shadowrocket、Quantumult、Kitsunebi、acl、BifrostV、v2rayNG、v2rayN、clash、pac、Qv2ray、v2ray config file.
Stars: ✭ 469 (-35.58%)
Mutual labels:  v2ray
Dosvpn
🚀 极速、简单、开源的 VPN 访问外网学习先进科学技术的必备工具
Stars: ✭ 485 (-33.38%)
Mutual labels:  v2ray
Share Ssr V2ray
🃏 Free SS/SSR/V2ray 免费分享节点账号信息网站
Stars: ✭ 5,984 (+721.98%)
Mutual labels:  v2ray
Onekey caddy php7 sqlite3
小内存 VPS 一键搭建 Caddy+PHP7+Sqlite3 环境 (支持VPS最小内存64M),一键翻墙 caddy+web(php+sqlite3)+v2ray+bbr。
Stars: ✭ 435 (-40.25%)
Mutual labels:  v2ray
V2ray Desktop
最优雅的跨平台代理客户端,支持Shadowsocks(R),V2Ray和Trojan协议。The most elegant cross-platform proxy GUI client that supports Shadowsocks(R), V2Ray, and Trojan. Built with Qt5 and QML2.
Stars: ✭ 671 (-7.83%)
Mutual labels:  v2ray
V2ray Tcp Tls Web
VLESS / Trojan-Go / Shadowsocks 脚本 支持純 IPv6
Stars: ✭ 513 (-29.53%)
Mutual labels:  v2ray
Blinksocks
A framework for building composable proxy protocol stack.
Stars: ✭ 587 (-19.37%)
Mutual labels:  v2ray
Winxray
Xray / V2Ray(vmess / vless),Shadowsocks,SSR,Trojan,NaïveProxy,Trojan-go通用客户端(Windows)!基于xray核心!
Stars: ✭ 462 (-36.54%)
Mutual labels:  v2ray
V2ray Poseidon
An Enhanced V2Ray(based on v2ray-core) for VNetPanel, SSRPanel, V2board and SSPanel-v3-Uim to sync users from database to v2ray, to log traffics/system info
Stars: ✭ 482 (-33.79%)
Mutual labels:  v2ray
Awesome Network Stuff
Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming.
Stars: ✭ 578 (-20.6%)
Mutual labels:  v2ray
Actinium
A 3rd party V2Ray client for Android
Stars: ✭ 470 (-35.44%)
Mutual labels:  v2ray
V2ray Template
v2ray 模板,v2ray 配置生成工具
Stars: ✭ 658 (-9.62%)
Mutual labels:  v2ray
Fanqiang
翻墙-科学上网
Stars: ✭ 23,428 (+3118.13%)
Mutual labels:  v2ray
Multi V2ray
v2ray/xray多用户管理部署程序
Stars: ✭ 5,382 (+639.29%)
Mutual labels:  v2ray
Clash Rules
🦄️ 🎃 👻 Clash Premium 规则集(RULE-SET),兼容 ClashX Pro、Clash for Windows 客户端。
Stars: ✭ 706 (-3.02%)
Mutual labels:  v2ray
Vps setup
linux vim bash 脚本学习笔记 by 蘭雅sRGB https://262235.xyz/
Stars: ✭ 678 (-6.87%)
Mutual labels:  v2ray
Free
翻墙、免费翻墙、免费科学上网、免费节点、免费梯子、免费ss/v2ray/trojan节点、蓝灯、谷歌商店、翻墙梯子
Stars: ✭ 16,689 (+2192.45%)
Mutual labels:  v2ray

luci-app-v2ray

Luci support for V2Ray

This branch is new LuCI for OpenWrt 19.07 and later.

For legacy version: Branch legacy

Release Version Latest Release Download Total Download

Install

Install via OPKG (recommend)

  1. Add new opkg key:
wget -O kuoruan-public.key http://openwrt.kuoruan.net/packages/public.key
opkg-key add kuoruan-public.key
  1. Add opkg repository from kuoruan:
echo "src/gz kuoruan_universal http://openwrt.kuoruan.net/packages/releases/all" \
  >> /etc/opkg/customfeeds.conf
opkg update
  1. Install package:
opkg install luci-app-v2ray
opkg install luci-i18n-v2ray-zh-cn

We also support HTTPS protocol.

  1. Upgrade package:
opkg update
opkg upgrade luci-app-v2ray
opkg upgrade luci-i18n-v2ray-zh-cn

Manual install

  1. Download ipk files from release page

  2. Upload files to your router

  3. Install package with opkg:

opkg install luci-app-v2ray_*.ipk

Dependencies:

  • jshn
  • ip (ip-tiny or ip-full)
  • ipset
  • iptables
  • iptables-mod-tproxy
  • resolveip
  • dnsmasq-full (dnsmasq ipset is required)

For translations, please install luci-i18n-v2ray-*.

You may need to remove dnsmasq before installing this package.

Configure

  1. Download V2Ray file from V2Ray release link or V2Ray ipk release link.

  2. Upload V2Ray file to your router, or install the ipk file.

  3. Config V2Ray file path in LuCI page.

  4. Add your inbound and outbound rules.

  5. Enable the service via LuCI.

Build

Package files is in branch luci2

Download with Git:

git clone -b luci2 https://github.com/kuoruan/luci-app-v2ray.git luci-app-v2ray
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].