{
  "log": {
    "loglevel": "warning"
  },
  "inbounds": [
    {
      "tag": "socks",
      "listen": "127.0.0.1",
      "port": 1080,
      "protocol": "socks",
      "settings": {
        "udp": true
      }
    },
    {
      "tag": "wg-local",
      "listen": "127.0.0.1",
      "port": 40000,
      "protocol": "dokodemo-door",
      "settings": {
        "network": "udp",
        "address": "127.0.0.1",
        "port": 51820
      }
    }
  ],
  "outbounds": [
    {
      "tag": "proxy",
      "protocol": "vless",
      "settings": {
        "vnext": [
          {
            "address": "digithome.space",
            "port": 29374,
            "users": [
              {
                "id": "40f0d1b4-7f2d-4c38-a44e-d26f50504ab7",
                "encryption": "none"
              }
            ]
          }
        ]
      },
      "streamSettings": {
        "network": "tcp",
        "security": "reality",
        "realitySettings": {
          "serverName": "www.google.com",
          "fingerprint": "chrome",
          "publicKey": "brAye8kWpLHxayMFomOz_1y8LDaE4wM2wMkVQfnyPWQ",
          "shortId": "40f0d1b4",
          "spiderX": "/"
        }
      }
    }
  ],
  "routing": {
    "domainStrategy": "AsIs",
    "rules": [
      {
        "type": "field",
        "inboundTag": [
          "wg-local"
        ],
        "outboundTag": "proxy"
      }
    ]
  }
}
