{
  "log": {"access": "/tmp/syslog.log", "error": "/tmp/syslog.log", "loglevel": "warning"},
  "inbounds": [
    {
      "port": 10808, "protocol": "dokodemo-door",
      "sniffing": {
        "enabled": true,
        "destOverride": ["http", "tls"]
      },
      "settings": {
        "network": "tcp,udp",
        "timeout": 30,
        "followRedirect": true
      }
    }
  ],
  "outbounds": [
    {"protocol": "freedom", "settings": {}},
    {
      "tag": "proxy", "protocol": "vmess",
      "settings": {
        "vnext": [
          {
            "address": "80e046ce.andns.co", "port": 443,
            "users": [
              {"id": "130762e9-caa3-4b52-bd2e-bb80fa954eaa", "alterId": 1}
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "ws",
        "security": "tls",
        "tlsSettings": {
          "allowInsecure": true,
          "serverName": "80e046ce.andns.co"
        },
        "wsSettings": {
          "connectionReuse": true,
          "path": "/v2",
          "headers": {
            "Host": "80e046ce.andns.co"
          }
        }
      }
    }
  ],
  "routing": {
    "domainStrategy": "AsIs",
    "rules": [
      {
        "type": "field",
        "outboundTag": "proxy",
        "domain": [
          "ext:site.dat:gw"
        ]
      }
    ]
  }
}
