mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-07 04:59:36 +00:00
兼容标准Clash SSR订阅
This commit is contained in:
@@ -33,9 +33,11 @@ class Clash
|
||||
'password' => $server['passwd'],
|
||||
'cipher' => $server['method'],
|
||||
'obfs' => $server['obfs'],
|
||||
'obfsparam' => $server['obfs_param'],
|
||||
'protocol' => $server['protocol'],
|
||||
'obfsparam' => $server['obfs_param'],
|
||||
'protocolparam' => $server['protocol_param'],
|
||||
'obfs-param' => $server['obfs_param'],
|
||||
'protocol-param' => $server['protocol_param'],
|
||||
'udp' => $server['udp'],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user