Przeglądaj źródła

fix: trojan urlencode issue

Tokumeikoi 4 lat temu
rodzic
commit
63adb9c4a8
1 zmienionych plików z 0 dodań i 1 usunięć
  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,