no message
This commit is contained in:
parent
7337a43b6f
commit
f07408434b
@ -35,9 +35,9 @@ final class Clash extends Base
|
|||||||
'name' => $node_raw->name,
|
'name' => $node_raw->name,
|
||||||
'type' => 'ss',
|
'type' => 'ss',
|
||||||
'server' => $node_raw->server,
|
'server' => $node_raw->server,
|
||||||
'port' => (int) $user->port,
|
'port' => (int) $node_custom_config['offset_port_user'],
|
||||||
'password' => $user->passwd,
|
'password' => $user->passwd,
|
||||||
'cipher' => $user->method,
|
'cipher' => $node_custom_config['method']
|
||||||
'udp' => (bool) $udp,
|
'udp' => (bool) $udp,
|
||||||
'plugin' => $plugin,
|
'plugin' => $plugin,
|
||||||
'plugin-opts' => $plugin_option,
|
'plugin-opts' => $plugin_option,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user