mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 01:11:46 +08:00 
			
		
		
		
	fix: trojan urlencode issue
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user