配置文件

配置文件格式V5

在 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

地址:https://intmainreturn0.com/v2ray-config-gen/

最后更新于