{
  "dns": {
    "servers": [
      {
        "tag": "dns-remote",
        "address": "https://dns.cloudflare.com/dns-query",
        "address_resolver": "dns-bootstrap",
        "detour": "Proxy-Select"
      },
      {
        "tag": "dns-bootstrap",
        "address": "1.1.1.1",
        "detour": "direct-fragment §hide§"
      }
    ],
    "rules": [
      {
        "outbound": "any",
        "server": "dns-bootstrap"
      },
      {
        "query_type": [
          "A",
          "AAAA"
        ],
        "server": "dns-remote"
      }
    ],
    "final": "dns-remote",
    "strategy": "ipv4_only"
  },
  "outbounds": [
    {
      "type": "selector",
      "tag": "Proxy-Select",
      "outbounds": [
        "Warp-In-Warp § Premium",
        "Psiphon-Obfuscated § Fallback"
      ],
      "default": "Warp-In-Warp § Premium"
    },
    {
      "type": "wireguard",
      "tag": "Warp-In-Warp § Premium",
      "server": "162.159.192.1",
      "server_port": 500,
      "local_address": [
        "172.16.0.2/32",
        "2606:4700:110:8830:3c5a:d2a1:707c:d3f/128"
      ],
      "private_key": "AEBSKmpGxEK9qe5zD9mshiF7neB0Ybdd6ScNXJW9rFs=",
      "peer_public_key": "bmXw+lhaxg8v31v96AY9TvS12+wgEP20I0ODYm2m764=",
      "detour": "Underlay-Base § Anthropic PBC",
      "mtu": 1220,
      "noise": {
        "fake_packet": {
          "enabled": true,
          "count": "25-75",
          "size": "40-110",
          "delay": "3-7",
          "mode": "m4"
        }
      }
    },
    {
      "type": "wireguard",
      "tag": "Underlay-Base § Anthropic PBC",
      "server": "162.159.193.10",
      "server_port": 500,
      "local_address": [
        "172.16.0.2/32",
        "2606:4700:110:8830:3c5a:d2a1:707c:d3f/128"
      ],
      "private_key": "AEBSKmpGxEK9qe5zD9mshiF7neB0Ybdd6ScNXJW9rFs=",
      "peer_public_key": "bmXw+lhaxg8v31v96AY9TvS12+wgEP20I0ODYm2m764=",
      "detour": "direct-fragment §hide§",
      "mtu": 1280,
      "noise": {
        "fake_packet": {
          "enabled": true,
          "count": "25-75",
          "size": "40-110",
          "delay": "3-7",
          "mode": "m4"
        }
      }
    },
    {
      "type": "psiphon",
      "tag": "Psiphon-Obfuscated § Fallback"
    },
    {
      "type": "direct",
      "tag": "direct-fragment §hide§"
    }
  ]
}