GithubHelp home page GithubHelp logo

a1991937511 / v2ray.funpi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xieruan/v2ray.funpi

0.0 0.0 0.0 15.24 MB

一个基于 Web 的 V2ray 控制面板,已改造为将树莓派作为旁路由使用,只需要设置好网关,即可代理路由器下所有设备透明翻墙,支持直连\智能分流\全局代理 三种模式,并能自动管理订阅,原理参考 [透明代理(TPROXY)

Python 16.83% Shell 2.82% CSS 46.19% JavaScript 26.55% HTML 7.61%

v2ray.funpi's Introduction

logo.png

简介

一个基于 Web 的 V2ray 控制面板,已改造为将树莓派作为旁路由使用,只需要设置好网关,即可代理路由器下所有设备透明翻墙,支持直连\智能分流\全局代理 三种模式,并能自动管理订阅,原理参考 透明代理(TPROXY) ,TG:https://t.me/v2ray_funpi

1.png

2.png

3.png

4.png

5.png

硬件支持

Raspberry Pi 4B
ZeroPi

zeropi_1.jpg

zeropi_2.jpg

系统支持

Raspberry Pi OS (based on Debian Buster)
Armbian (based on Debian Buster)

安装方式

sudo su - root
cd /usr/local
git clone https://github.com/twotreesus/V2ray.FunPi.git V2ray.Fun
cd V2ray.Fun/script
./install.sh

配置方式

修改配置文件

sudo nano /usr/local/V2ray.Fun/config/app_config.json
{
    "user": "admin",
    "password": "admin",
    "port": 1099,
    "proxy_mode": 1
}

重启服务

sudo supervisorctl restart v2ray.fun

树莓派修改为静态地址192.168.66.200,这里路由器是192.168.66.1

sudo nano /etc/dhcpcd.conf

# Example static IP configuration:
interface eth0
static ip_address=192.168.66.200/24
static routers=192.168.66.1
static domain_name_servers=192.168.66.1

然后设置路由器的DHCP网关为 192.168.66.200 router.png

v2ray.funpi's People

Contributors

twotreesus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.