{
  "log": { "level": "info" },
  "outbounds": [
    {
      "type": "tuic",
      "tag": "proxy",
      "server": "sv.ximory.com",
      "server_port": 3444,
      "uuid": "32199869-3c27-4f61-a9ee-93b25c14d02e",
      "password": "R1TXE57FIe5qFPWaLsSrAKXhJgZgvPZ",
      "tls": {
        "enabled": true,
        "server_name": "google.com",
        "insecure": true
      },
      "congestion_control": "bbr"
    },
    { "type": "direct", "tag": "direct" }
  ],
  "route": {
    "rules": [
      { "ip_is_private": true, "outbound": "direct" },
      { "domain_suffix": ["cn"], "outbound": "direct" }
    ],
    "final": "proxy"
  }
}
