{
  "inbounds": [
    {
      "type": "tun",
      "tag": "tun-in",
      "interface_name": "sing-box",
      "address": [
        "172.19.0.1/30"
      ],
      "auto_route": true,
      "strict_route": true
    }
  ],

  "outbounds": [
    {
      "type": "direct",
      "tag": "direct"
    },
    {
      "type": "hysteria2",
      "tag": "hy2",
      "server": "vps.apetryakov.ru",
      "server_port": 8443,
      "password": "my3&Mv^5C&V-TzY++Bc3fHEqB",

      "tls": {
        "enabled": true,
        "server_name": "vps.apetryakov.ru",
        "alpn": [
          "h3"
        ]
      }
    }
  ],

  "route": {
    "auto_detect_interface": true,
    "rules": [
      {
        "action": "route",
        "package_name_regex": [
          ".*telegram.*",
          ".*whatsapp.*",
          ".*yandex\\.browser.*",
          ".*youtube.*",
          ".*revanced.*"
        ],
        "outbound": "hy2"
      }
    ],
    "final": "direct"
  }
}
