mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 11:55:38 +08:00 
			
		
		
		
	
							
								
								
									
										40
									
								
								VLESS-mKCPSeed/config_client.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										40
									
								
								VLESS-mKCPSeed/config_client.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,40 @@
 | 
			
		||||
{
 | 
			
		||||
    "log": {
 | 
			
		||||
        "loglevel": "warning"
 | 
			
		||||
    },
 | 
			
		||||
    "inbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "port": 1080,
 | 
			
		||||
            "listen": "127.0.0.1",
 | 
			
		||||
            "protocol": "socks",
 | 
			
		||||
            "settings": {
 | 
			
		||||
                "udp": true
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "outbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "vless",
 | 
			
		||||
            "settings": {
 | 
			
		||||
                "vnext": [
 | 
			
		||||
                    {
 | 
			
		||||
                        "address": "{{ host }}",
 | 
			
		||||
                        "port": "{{ port }}",
 | 
			
		||||
                        "users": [
 | 
			
		||||
                            {
 | 
			
		||||
                                "id": "{{ uuid }}",
 | 
			
		||||
                                "encryption": "none"
 | 
			
		||||
                            }
 | 
			
		||||
                        ]
 | 
			
		||||
                    }
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "streamSettings": {
 | 
			
		||||
                "network": "kcp",
 | 
			
		||||
                "kcpSettings": {
 | 
			
		||||
                    "seed": "{{ seed }}"
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										26
									
								
								VLESS-mKCPSeed/config_server.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								VLESS-mKCPSeed/config_server.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,26 @@
 | 
			
		||||
{
 | 
			
		||||
    "log": {
 | 
			
		||||
        "loglevel": "warning"
 | 
			
		||||
    },
 | 
			
		||||
    "inbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "vless",
 | 
			
		||||
            "port": "{{ port }}",
 | 
			
		||||
            "settings": {
 | 
			
		||||
                "decryption":"none",
 | 
			
		||||
                "clients": [
 | 
			
		||||
                    {"id": "{{  }}"}
 | 
			
		||||
                ]
 | 
			
		||||
            },
 | 
			
		||||
            "streamSettings": {
 | 
			
		||||
                "network": "kcp",
 | 
			
		||||
                "kcpSettings": {
 | 
			
		||||
                    "seed": "{{ seed }}"
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "outbounds": [
 | 
			
		||||
        {"protocol": "freedom"}
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user