From 05f94aeadbd543aed99756ff628c47ab79ccd101 Mon Sep 17 00:00:00 2001 From: xboard Date: Sat, 24 May 2025 14:13:44 +0800 Subject: [PATCH] fix: restrict anytls delivery to compatible stash client versions --- app/Protocols/Stash.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Protocols/Stash.php b/app/Protocols/Stash.php index d911aad..e2c4422 100644 --- a/app/Protocols/Stash.php +++ b/app/Protocols/Stash.php @@ -12,6 +12,9 @@ class Stash extends AbstractProtocol public $flags = ['stash']; protected $protocolRequirements = [ 'stash' => [ + 'anytls' => [ + 'base_version' => '3.1.0' + ], 'vless' => [ 'protocol_settings.tls' => [ '2' => '3.1.0' // Reality 在3.1.0版本中添加