diff --git a/app/Protocols/ClashMeta.php b/app/Protocols/ClashMeta.php index 3652788d..dfd15f4a 100644 --- a/app/Protocols/ClashMeta.php +++ b/app/Protocols/ClashMeta.php @@ -104,7 +104,7 @@ class ClashMeta $password = "{$serverKey}:{$userKey}"; } $array = []; - $array['name'] = rawurlencode($server['name']); + $array['name'] = $server['name']; $array['type'] = 'ss'; $array['server'] = $server['host']; $array['port'] = $server['port'];