mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 20:05:39 +08:00 
			
		
		
		
	Create config_client.json
This commit is contained in:
		
							
								
								
									
										46
									
								
								socks5-tls/config_client.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								socks5-tls/config_client.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,46 @@
 | 
			
		||||
{
 | 
			
		||||
   "log":{
 | 
			
		||||
      "loglevel":"warning"
 | 
			
		||||
   },
 | 
			
		||||
   "inbound":{
 | 
			
		||||
      "port":6789,
 | 
			
		||||
      "listen":"127.0.0.1",
 | 
			
		||||
      "protocol":"socks",
 | 
			
		||||
      "settings":{
 | 
			
		||||
         "auth":"noauth",
 | 
			
		||||
         "udp":false,
 | 
			
		||||
         "ip":"127.0.0.1"
 | 
			
		||||
      }
 | 
			
		||||
   },
 | 
			
		||||
   "outbound":{
 | 
			
		||||
      "protocol":"socks",
 | 
			
		||||
      "settings":{
 | 
			
		||||
         "servers":[
 | 
			
		||||
            {
 | 
			
		||||
               "address":"you server",
 | 
			
		||||
               "port": 443,
 | 
			
		||||
               "users":[
 | 
			
		||||
                  {
 | 
			
		||||
                     "user":"hello",
 | 
			
		||||
                     "pass":"3.1415",
 | 
			
		||||
                     "level":0
 | 
			
		||||
                  }
 | 
			
		||||
               ]
 | 
			
		||||
            }
 | 
			
		||||
         ]
 | 
			
		||||
      },
 | 
			
		||||
      
 | 
			
		||||
      "streamSettings": {
 | 
			
		||||
         "network": "tcp",
 | 
			
		||||
         "security": "tls"
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
   },
 | 
			
		||||
   "policy":{
 | 
			
		||||
      "levels":{
 | 
			
		||||
         "0":{
 | 
			
		||||
            "uplinkOnly":0
 | 
			
		||||
         }
 | 
			
		||||
      }
 | 
			
		||||
   }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user