配置文件
配置文件格式V5
官方手册:https://www.v2fly.org/v5/config/overview.html
{
"log": {},
"dns": {},
"router": {},
"inbounds": [],
"outbounds": [],
"services": {}
}
配置文件格式V4
官方手册:https://www.v2fly.org/config/overview.html
{
"log": {},
"api": {},
"dns": {},
"routing": {},
"policy": {},
"inbounds": [],
"outbounds": [],
"transport": {},
"stats": {},
"reverse": {},
"fakedns": [],
"browserForwarder": {},
"observatory": {}
}
配置文件模版与生成工具
v2ray-template
地址:https://github.com/veekxt/v2ray-template
v2ray-config-gen
最后更新于