Skip to content

shrif-web/v2Fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

V2fly

Server


note that the config is set to circumvent sanctions and may not be appropriate for other uses. if your targets work with google auth service we are suggesting that run the app on a server located in America / Canada and use Socks5.

alt text

run in sequence :

git clone [email protected]:areman/v2fly-proxy.git && cd v2fly-proxy
wget https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh
sudo bash install-release.sh
sudo systemctl enable v2ray
wget https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh
sudo bash install-dat-release.sh

run v2ctl uuid and replace command result in server config in inbound.clients.id
sudo mv ./server.json /usr/local/etc/v2ray/config.json
if command run in root mode run mv ./server.json /etc/v2ray/config.json

sudo systemctl start v2ray

Client

mkdir v2ray && cd v2ray
from https://github.com/v2fly/v2ray-core/releases/latest download and unzip your OS client compiled binary package

copy file in config.json and replace SERVER-ID and SERVER-IP

run ./v2ray --config=config.json
http proxy on localhost:10809
socks5 on localhost:10808

How To Set System-Wide Proxy on Ubuntu 20.04/18.04 | Debian 10
JetBrains Products Proxy Config
switchy-omega chrome extension

Android

download V2rayNg from google play import server Vmess link or from Menu -> Type manually-Vmees

address : SERVER-IP
port : 1433
id : SERVER-ID
alterId : 233
security : none
Network : tcp
Header : http
host : www.bing.com
path : /

About

server and client config file, quick start

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published