mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 03:45:39 +08:00 
			
		
		
		
	update vmess mkcp
This commit is contained in:
		@@ -22,8 +22,7 @@
 | 
			
		||||
                        "port": "{{ port }}",
 | 
			
		||||
                        "users": [
 | 
			
		||||
                            {
 | 
			
		||||
                                "id": "{{ uuid }}",
 | 
			
		||||
                                "encryption": "none"
 | 
			
		||||
                                "id": "{{ uuid }}"
 | 
			
		||||
                            }
 | 
			
		||||
                        ]
 | 
			
		||||
                    }
 | 
			
		||||
 
 | 
			
		||||
@@ -7,9 +7,10 @@
 | 
			
		||||
            "protocol": "vmess",
 | 
			
		||||
            "port": "{{ port }}",
 | 
			
		||||
            "settings": {
 | 
			
		||||
                "decryption":"none",
 | 
			
		||||
                "clients": [
 | 
			
		||||
                    {"id": "{{  }}"}
 | 
			
		||||
                    {
 | 
			
		||||
                        "id": "{{ uuid }}"
 | 
			
		||||
                    }
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "streamSettings": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user