{
  "dns": {
    "disable_cache": false,
    "rules": [
      {
        "outbound": [
          "WARP"
        ],
        "server": "warp-dns"
      }
    ],
    "servers": [
      {
        "address": "tls://dns.google",
        "address_resolver": "local",
        "detour": "direct"
      },
      {
        "address": "tls://dns.google",
        "address_resolver": "local",
        "strategy": "prefer_ipv6",
        "tag": "warp-dns"
      },
      {
        "address": "local",
        "tag": "local"
      }
    ]
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "listen_port": 51808,
      "sniff": true,
      "sniff_override_destination": true,
      "tag": "socks-in",
      "type": "socks"
    },
    {
      "listen": "::",
      "listen_port": 51809,
      "method": "aes-128-gcm",
      "password": "f9c49410057391c5",
      "sniff": true,
      "sniff_override_destination": true,
      "tag": "ss-in",
      "type": "shadowsocks"
    },
    {
      "listen": "::",
      "listen_port": 8880,
      "sniff": true,
      "sniff_override_destination": true,
      "tag": "vmess-in",
      "transport": {
        "early_data_header_name": "Sec-WebSocket-Protocol",
        "max_early_data": 2048,
        "path": "/89d733483d138acd",
        "type": "ws"
      },
      "type": "vmess",
      "users": [
        {
          "alterId": 0,
          "uuid": "3c4ccd10-3594-4c7a-a838-ef39a75b5f59"
        }
      ]
    }
  ],
  "log": {
    "level": "info"
  },
  "outbounds": [
    {
      "local_address": [
        "198.18.0.1/32",
        "2606:4700:110:8003:4c57:d6dc:f8cc:ba16/128"
      ],
      "mtu": 1408,
      "peer_public_key": "bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=",
      "private_key": "qPXlScHmrxJBwcbWEnh0AANps62A8QxRvDRZU12TREs=",
      "reserved": [
        46,
        53,
        69
      ],
      "server": "engage.cloudflareclient.com",
      "server_port": 2408,
      "system_interface": false,
      "tag": "warp",
      "type": "wireguard"
    },
    {
      "tag": "direct",
      "type": "direct"
    },
    {
      "detour": "warp",
      "domain_strategy": "prefer_ipv6",
      "tag": "WARP",
      "type": "direct"
    },
    {
      "tag": "dns-out",
      "type": "dns"
    },
    {
      "tag": "block",
      "type": "block"
    }
  ],
  "route": {
    "auto_detect_interface": true,
    "final": "direct",
    "geoip": {
      "download_detour": "warp"
    },
    "geosite": {
      "download_detour": "warp"
    },
    "rules": [
      {
        "outbound": "dns-out",
        "protocol": "dns"
      },
      {
        "outbound": "block",
        "port": [
          443
        ],
        "protocol": "quic"
      },
      {
        "domain_suffix": [
          "google.com"
        ],
        "geosite": [
          "netflix",
          "disney",
          "openai",
          "dazn",
          "spotify",
          "bing",
          "imgur"
        ],
        "invert": false,
        "outbound": "WARP"
      }
    ]
  }
}
