Skip to content

现在的jsonv5 API 可用吗?找不到相关的资料。 #2255

Answered by mingmxren
lhbdhr asked this question in Q&A
Discussion options

You must be logged in to vote
{
    "$schema": "https://github.com/EHfive/v2ray-jsonschema/raw/main/v5-config.schema.json",
    "log": {},
    "dns": {},
    "router": {
        "domainStrategy": "AsIs",
        "rule": [
            {
                "inboundTag": [
                    "in_api"
                ],
                "tag": "api"
            }
        ],
        "balancingRule": []
    },
    "inbounds": [
        {
            "tag": "in_api",
            "listen": "0.0.0.0",
            "port": 8080,
            "protocol": "dokodemo-door",
            "settings": {
                "networks": [
                    "TCP"
                ],
                "address": "127.0.0.1"
            }
        }
 …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AkinoKaede
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants