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


{
  "log": {
    "loglevel": "none"
  },
  "inbounds": [
    {
      "tag": "VLESS_PUBLIC_INBOUND",
      "port": 433,
      "listen": "0.0.0.0",
      "protocol": "vless",
      "settings": {
        "clients": [],
        "decryption": "none"
      },
      "sniffing": {
        "enabled": true,
        "destOverride": [
          "http",
          "tls",
          "quic"
        ]
      },
      "streamSettings": {
        "network": "raw",
        "security": "reality",
        "realitySettings": {
          "target": "a.wb.ru:443",
          "shortIds": [
            "шорт айди сгенерирован"
          ],
          "privateKey": "приват кей созданный панелью",
          "serverNames": [
            "a.wb.ru"
          ]
        }
      }
    }
  ],
  "outbounds": [
    {
      "tag": "DIRECT",
      "protocol": "freedom"
    },
    {
      "tag": "BLOCK",
      "protocol": "blackhole"
    },
    {
      "tag": "VLESS_OUTBOUND_TO_FREEDOM",
      "protocol": "vless",
      "settings": {
        "id": "16c4f24a-1f2c-4dc1-bd46-596d2439047d",
        "flow": "xtls-rprx-vision",
        "port": 8443,
        "address": "айпи германии",
        "encryption": "none"
      },
      "streamSettings": {
        "network": "raw",
        "security": "reality",
        "realitySettings": {
          "shortId": "тут стоит шорт айди германского сервера",
          "password": "мой паблик кей",
          "serverName": "Google.com"
        }
      }
    }
  ],
  "routing": {
    "rules": [
      {
        "ip": [
          "geoip:private"
        ],
        "outboundTag": "BLOCK"
      },
      {
        "domain": [
          "geosite:private"
        ],
        "outboundTag": "BLOCK"
      },
      {
        "protocol": [
          "bittorrent"
        ],
        "outboundTag": "BLOCK"
      },
      {
        "inboundTag": [
          "VLESS_PUBLIC_INBOUND"
        ],
        "outboundTag": "VLESS_OUTBOUND_TO_FREEDOM"
      }
    ]
  }
}