mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 03:45:39 +08:00 
			
		
		
		
	Update config_server.json
This commit is contained in:
		@@ -6,29 +6,28 @@
 | 
			
		||||
        "domainStrategy": "AsIs",
 | 
			
		||||
        "rules": [
 | 
			
		||||
            {
 | 
			
		||||
                "type": "field",
 | 
			
		||||
                "ip": [
 | 
			
		||||
                    "geoip:private"
 | 
			
		||||
                ],
 | 
			
		||||
                "outboundTag": "blocked",
 | 
			
		||||
                "port": null,
 | 
			
		||||
                "type": "field"
 | 
			
		||||
                "outboundTag": "block"
 | 
			
		||||
            }
 | 
			
		||||
        ]
 | 
			
		||||
    },
 | 
			
		||||
    "inbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "listen": "0.0.0.0",
 | 
			
		||||
            "port": 1234,
 | 
			
		||||
            "protocol": "vmess",
 | 
			
		||||
            "settings": {
 | 
			
		||||
                "clients": [
 | 
			
		||||
                    {
 | 
			
		||||
                        "id": "",
 | 
			
		||||
                        "alterId": 100,
 | 
			
		||||
                        "testsEnabled": "VMessAEAD"
 | 
			
		||||
                        "alterId": 4
 | 
			
		||||
                    }
 | 
			
		||||
                ]
 | 
			
		||||
                ],
 | 
			
		||||
                "disableInsecureEncryption": true
 | 
			
		||||
            },
 | 
			
		||||
            "tag": "tcp",
 | 
			
		||||
            "streamSettings": {
 | 
			
		||||
                "network": "tcp"
 | 
			
		||||
            }
 | 
			
		||||
@@ -37,15 +36,11 @@
 | 
			
		||||
    "outbounds": [
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "freedom",
 | 
			
		||||
            "settings": {
 | 
			
		||||
            },
 | 
			
		||||
            "tag": "direct"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "blackhole",
 | 
			
		||||
            "settings": {
 | 
			
		||||
            },
 | 
			
		||||
            "tag": "blocked"
 | 
			
		||||
            "tag": "block"
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user