mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
fix: correct obfs host parameter in subscription delivery for clash/clash-meta/shadowsocks/stash
This commit is contained in:
@@ -141,7 +141,7 @@ class Stash implements ProtocolInterface
|
||||
$array['plugin'] = 'obfs';
|
||||
$array['plugin-opts'] = [
|
||||
'mode' => 'http',
|
||||
'host' => data_get($protocol_settings, 'obfs.host'),
|
||||
'host' => data_get($protocol_settings, 'obfs_settings.host'),
|
||||
];
|
||||
}
|
||||
return $array;
|
||||
|
||||
Reference in New Issue
Block a user