Skip to main content

v2ray

v2ray学习

快速开始

本地运行文档

git clone https://github.com/v2fly/v2fly-github-io.git
cd v2fly-github-io
yarn
yarn run dev

使用docker版本

docker pull v2fly/v2fly-core:v5.4.1

server

{
"inbounds": [
{
"port": 10086, // 服务器监听端口
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "b831381d-6324-4d53-ad4f-8cda48b30811"
}
]
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}

client

常用命令

# 生成uuid
docker run --rm -ti v2fly/v2fly-core:v5.4.1 uuid