Explorar el Código

fix: trojan urlencode issue

Tokumeikoi hace 4 años
padre
commit
63adb9c4a8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/Utils/URLSchemes.php

+ 0 - 1
app/Utils/URLSchemes.php

@@ -44,7 +44,6 @@ class URLSchemes
 
     public static function buildTrojan(ServerTrojan $server, User $user)
     {
-        $server->name = rawurlencode($server->name);
         $query = http_build_query([
             'allowInsecure' => $server->allow_insecure,
             'peer' => $server->server_name,