{
  "log": {"level": "warn"},
  "dns": {
    "servers": [
      {"type": "https", "tag": "proxy-dns", "server": "1.1.1.1", "detour": "proxy"},
      {"type": "local", "tag": "local-dns"}
    ],
    "final": "proxy-dns",
    "strategy": "prefer_ipv4"
  },
  "inbounds": [
    {"type": "tun", "tag": "tun-in", "address": ["172.19.0.1/30"], "auto_route": true, "strict_route": true, "stack": "mixed"}
  ],
  "outbounds": [
    {
      "type": "vless", "tag": "proxy",
      "server": "swati.fyi", "server_port": 443,
      "uuid": "b9dac224-1149-4305-a3e7-b84cb8f6e298",
      "tls": {"enabled": true, "server_name": "swati.fyi", "alpn": ["http/1.1"], "utls": {"enabled": true, "fingerprint": "chrome"}},
      "transport": {"type": "ws", "path": "/ray", "headers": {"Host": "swati.fyi"}}
    },
    {"type": "direct", "tag": "direct"}
  ],
  "route": {
    "default_domain_resolver": "local-dns",
    "rules": [
      {"action": "sniff"},
      {"protocol": "dns", "action": "hijack-dns"}
    ],
    "auto_detect_interface": true,
    "final": "proxy"
  }
}
