mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	Merge pull request #485 from betaxab/update-surfboard
This commit is contained in:
		| @@ -67,12 +67,11 @@ class Surfboard | |||||||
|     public static function buildShadowsocks($password, $server) |     public static function buildShadowsocks($password, $server) | ||||||
|     { |     { | ||||||
|         $config = [ |         $config = [ | ||||||
|             "{$server['name']}=custom", |             "{$server['name']}=ss", | ||||||
|             "{$server['host']}", |             "{$server['host']}", | ||||||
|             "{$server['port']}", |             "{$server['port']}", | ||||||
|             "{$server['cipher']}", |             "encrypt-method={$server['cipher']}", | ||||||
|             "{$password}", |             "password={$password}", | ||||||
|             'https://raw.githubusercontent.com/Hackl0us/proxy-tool-backup/master/SSEncrypt.module', |  | ||||||
|             'tfo=true', |             'tfo=true', | ||||||
|             'udp-relay=true' |             'udp-relay=true' | ||||||
|         ]; |         ]; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user