mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-15 12:30:51 +08:00
fix: restrict anytls delivery to compatible stash client versions
This commit is contained in:
@@ -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版本中添加
|
||||
|
||||
Reference in New Issue
Block a user