mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 11:55:38 +08:00 
			
		
		
		
	Update config_server.json
This commit is contained in:
		@@ -5,6 +5,16 @@
 | 
			
		||||
    //可能取值 "debug" "info" "warning" "error" 其中"debug"记录的数据最多,"error"记录的最少 "none"表示不记录任何内容 默认值为"warning"
 | 
			
		||||
    "loglevel": "debug" 
 | 
			
		||||
  }, 
 | 
			
		||||
  "policy": {
 | 
			
		||||
    "levels": {
 | 
			
		||||
      "0": {
 | 
			
		||||
        "uplinkOnly": 0,
 | 
			
		||||
        "downlinkOnly": 0,
 | 
			
		||||
        "connIdle": 150,
 | 
			
		||||
        "handshake": 4
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "inbound": {
 | 
			
		||||
    //默认值为"0.0.0.0"
 | 
			
		||||
    "listen": "127.0.0.1", 
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user