Загрузка данных


{
  "dns": {
    "servers": [
      {
        "tag": "google",
        "type": "udp",
        "server": "8.8.8.8",
        "server_port": 53,
        "detour": "tuic-out"
      }
    ],
    "final": "google",
    "strategy": "ipv4_only"
  },
  "inbounds": [
    {
      "type": "tun",
      "tag": "tun-in",
      "inet4_address": "172.19.0.1/30",
      "auto_route": true,
      "strict_route": true,
      "stack": "system",
      "sniff": true
    }
  ],
  "outbounds": [
    {
      "type": "tuic",
      "tag": "tuic-out",
      "server": "84.252.75.234",
      "server_port": 443,
      "uuid": "f3d400e4-113c-4bbc-86cf-1cd30bc471db",
      "password": "863cdb7ba25667b687f9754a6e107178",
      "congestion_control": "bbr",
      "tls": {
        "enabled": true,
        "server_name": "google.com",
        "alpn": ["h3"],
        "insecure": true
      }
    },
    {
      "type": "direct",
      "tag": "direct"
    }
  ],
  "route": {
    "final": "tuic-out"
  }
}