{
  "dns": {
    "independent_cache": true,
    "rules": [
      {
        "domain": [
          "de-i.hiva-service.com"
        ],
        "server": "dns-direct"
      },
      {
        "outbound": "direct",
        "server": "dns-direct"
      }
    ],
    "servers": [
      {
        "address": "1.1.1.2",
        "detour": "vless-out",
        "strategy": "prefer_ipv4",
        "tag": "dns-remote"
      },
      {
        "address": "local",
        "detour": "direct",
        "strategy": "prefer_ipv4",
        "tag": "dns-direct"
      }
    ]
  },
    "inbounds": [
        {
            "listen": "127.0.0.1",
            "listen_port": 2080,
            "tag": "mixed-in",
            "type": "mixed"
        },
        {
            "type": "mixed",
            "tag": "socks-http",
            "listen": "127.0.0.1",
            "listen_port": 10808,
        }
    ],
  "log": {
    "level": "fatal"
  },
    "outbounds": [
        {
            "detour": "vless-out",
            "type": "socks",
            "tag": "wg-out",
            "server": "127.0.0.1",
            "server_port": 40000
        },
		{
            "type": "vless",
            "tag": "vless-out",
            "server": "de-i.hiva-service.com",
            "server_port": 2083,
            "uuid": "base64password",
            "transport": {
                "service_name": "graphql",
                "type": "grpc"
            }
        },
        {
            "tag": "direct",
            "type": "direct"
        },
        {
            "tag": "bypass",
            "type": "direct"
        }
    ],
  "route": {
    "auto_detect_interface": true,
    "override_android_vpn": true,
    "rules": [
      {
        "inbound": "mixed-in",
        "action": "sniff"
      },
      {
        "protocol": "dns",
        "action": "hijack-dns"
      },
      {
        "ip_is_private": true,
        "outbound": "bypass"
      }
    ]
  }
}