{
  "dns": {
    "servers": [
      {
        "address": "tls://8.8.8.8",
        "detour": "quatr-select",
        "tag": "dns-remote"
      },
      {
        "address": "local",
        "tag": "dns-local"
      }
    ],
    "strategy": "ipv4_only"
  },
  "inbounds": [
    {
      "address": [
        "172.19.0.1/30"
      ],
      "auto_route": true,
      "mtu": 1500,
      "stack": "mixed",
      "strict_route": true,
      "tag": "tun-in",
      "type": "tun"
    }
  ],
  "log": {
    "level": "info"
  },
  "outbounds": [
    {
      "default": "quatr-auto",
      "outbounds": [
        "quatr-auto",
        "quatr-trojan",
        "quatr-tuic"
      ],
      "tag": "quatr-select",
      "type": "selector"
    },
    {
      "interval": "2m",
      "outbounds": [
        "quatr-trojan",
        "quatr-tuic"
      ],
      "tag": "quatr-auto",
      "tolerance": 200,
      "type": "urltest",
      "url": "https://www.gstatic.com/generate_204"
    },
    {
      "password": "DLSH5Lgs2bwfdtGkKUmHPATQf3oELqne",
      "server": "103.249.132.112",
      "server_port": 443,
      "tag": "quatr-trojan",
      "tls": {
        "alpn": [
          "h2",
          "http/1.1"
        ],
        "enabled": true,
        "insecure": true,
        "server_name": "www.microsoft.com"
      },
      "type": "trojan"
    },
    {
      "congestion_control": "bbr",
      "password": "elfhviEIGkfSQ2UYW74lH4I6",
      "server": "103.249.132.112",
      "server_port": 8443,
      "tag": "quatr-tuic",
      "tls": {
        "alpn": [
          "h3"
        ],
        "enabled": true,
        "insecure": true,
        "server_name": "www.microsoft.com"
      },
      "type": "tuic",
      "udp_relay_mode": "native",
      "uuid": "be8de654-6f73-4803-ae3e-86cff371458a",
      "zero_rtt_handshake": false
    },
    {
      "tag": "direct",
      "type": "direct"
    }
  ],
  "route": {
    "auto_detect_interface": true,
    "final": "quatr-select",
    "rules": [
      {
        "action": "sniff"
      },
      {
        "action": "hijack-dns",
        "protocol": "dns"
      },
      {
        "ip_is_private": true,
        "outbound": "direct"
      }
    ]
  }
}
