mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 20:17:32 +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'];
|
public $flags = ['stash'];
|
||||||
protected $protocolRequirements = [
|
protected $protocolRequirements = [
|
||||||
'stash' => [
|
'stash' => [
|
||||||
|
'anytls' => [
|
||||||
|
'base_version' => '3.1.0'
|
||||||
|
],
|
||||||
'vless' => [
|
'vless' => [
|
||||||
'protocol_settings.tls' => [
|
'protocol_settings.tls' => [
|
||||||
'2' => '3.1.0' // Reality 在3.1.0版本中添加
|
'2' => '3.1.0' // Reality 在3.1.0版本中添加
|
||||||
|
|||||||
Reference in New Issue
Block a user