{
  "log": { "level": "info", "timestamp": true },
  "dns": {
    "servers": [
      { "tag": "dns_proxy", "address": "https://1.1.1.1/dns-query", "detour": "Reality-friend01" },
      { "tag": "dns_direct", "address": "223.5.5.5", "detour": "direct" }
    ],
    "rules": [ { "outbound": "any", "server": "dns_direct" } ],
    "strategy": "ipv4_only"
  },
  "inbounds": [
    {
      "type": "tun",
      "tag": "tun-in",
      "interface_name": "tun0",
      "inet4_address": "172.19.0.1/30",
      "auto_route": true,
      "strict_route": true,
      "stack": "gvisor",
      "sniff": true
    }
  ],
  "outbounds": [
    {
      "type": "vless",
      "tag": "Reality-friend01",
      "server": "node.czhi.site",
      "server_port": 2053,
      "uuid": "99408473-bc0a-42d4-94e9-14085064b1e1",
      "flow": "xtls-rprx-vision",
      "tls": {
        "enabled": true,
        "server_name": "www.microsoft.com",
        "utls": { "enabled": true, "fingerprint": "chrome" },
        "reality": {
          "enabled": true,
          "public_key": "nHJdAYOxsobShaUV5-05qaKmaqT6IhVghEaz1iG7Sj8",
          "short_id": "196c64bb274e86ab"
        }
      }
    },
    { "type": "direct", "tag": "direct" }
  ],
  "route": { "auto_detect_interface": true, "final": "Reality-friend01" }
}
