{
  "log": {
    "loglevel": "warning"
  },
  "api": {
    "tag": "api",
    "services": [
      "HandlerService",
      "LoggerService",
      "StatsService"
    ]
  },
  "inbounds": [
    {
      "tag": "api",
      "listen": "127.0.0.1",
      "port": 62789,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "127.0.0.1"
      }
    }
  ],
  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "2a01:4ff:f0:1015::1",
            "port": 8080,
            "users": [
              {
                "id": "abaa28c4-1add-428c-e8ce-bc75bca1b50a",
                "alterId": 0,
                "email": "t@t.tt",
                "security": "chacha20-poly1305"
              }
            ]
          },
          {
            "address": "2a01:4f9:c010:149d::1",
            "port": 8080,
            "users": [
              {
                "id": "abaa28c4-1add-428c-e8ce-bc75bca1b50a",
                "alterId": 0,
                "email": "t@t.tt",
                "security": "auto"
              }
            ]
          },
          {
            "address": "2a01:4f9:c010:4edc::1",
            "port": 8080,
            "users": [
              {
                "id": "abaa28c4-1add-428c-e8ce-bc75bca1b50a",
                "alterId": 0,
                "email": "t@t.tt",
                "security": "auto"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "ws",
        "wsSettings": {
          "path": "/"
        }
      },
      "mux": {
        "enabled": false,
        "concurrency": -1
      }
    },
    {
      "protocol": "freedom",
      "settings": {}
    },
    {
      "tag": "blocked",
      "protocol": "blackhole",
      "settings": {}
    }
  ],
  "policy": {
    "levels": {
      "0": {
        "statsUserDownlink": true,
        "statsUserUplink": true
      }
    },
    "system": {
      "statsInboundDownlink": true,
      "statsInboundUplink": true
    }
  },
  "routing": {
    "domainStrategy": "AsIs",
    "rules": [
      {
        "type": "field",
        "inboundTag": [
          "api"
        ],
        "outboundTag": "api"
      },
      {
        "type": "field",
        "outboundTag": "blocked",
        "ip": [
          "geoip:private"
        ]
      },
      {
        "type": "field",
        "outboundTag": "blocked",
        "protocol": [
          "bittorrent"
        ]
      }
    ]
  },
  "stats": {}
}