mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 11:55:38 +08:00 
			
		
		
		
	adjust name
This commit is contained in:
		
							
								
								
									
										44
									
								
								Socks5-TLS/config_client.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								Socks5-TLS/config_client.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,44 @@
 | 
			
		||||
{
 | 
			
		||||
    "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
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										75
									
								
								Socks5-TLS/config_server.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										75
									
								
								Socks5-TLS/config_server.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,75 @@
 | 
			
		||||
{
 | 
			
		||||
    "log": {
 | 
			
		||||
        "access": "/var/log/v2ray/access.log",
 | 
			
		||||
        "error": "/var/log/v2ray/error.log",
 | 
			
		||||
        "loglevel": "warning"
 | 
			
		||||
    },
 | 
			
		||||
    "inbound": {
 | 
			
		||||
        "port": 443,
 | 
			
		||||
        "protocol": "socks",
 | 
			
		||||
        "settings": {
 | 
			
		||||
            "auth": "password",
 | 
			
		||||
            "accounts": [
 | 
			
		||||
                {
 | 
			
		||||
                    "user": "hello",
 | 
			
		||||
                    "pass": "3.1415"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "udp": false,
 | 
			
		||||
            "ip": "127.0.0.1",
 | 
			
		||||
            "timeout": 0,
 | 
			
		||||
            "userLevel": 0
 | 
			
		||||
        },
 | 
			
		||||
        "streamSettings": {
 | 
			
		||||
            "network": "tcp",
 | 
			
		||||
            "security": "tls",
 | 
			
		||||
            "tlsSettings": {
 | 
			
		||||
                "certificates": [
 | 
			
		||||
                    {
 | 
			
		||||
                        "certificateFile": "/etc/v2ray/v2ray.crt",
 | 
			
		||||
                        "keyFile": "/etc/v2ray/v2ray.key"
 | 
			
		||||
                    }
 | 
			
		||||
                ]
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "outbound": {
 | 
			
		||||
        "protocol": "freedom",
 | 
			
		||||
        "settings": {}
 | 
			
		||||
    },
 | 
			
		||||
    "outboundDetour": [
 | 
			
		||||
        {
 | 
			
		||||
            "protocol": "blackhole",
 | 
			
		||||
            "settings": {},
 | 
			
		||||
            "tag": "blocked"
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "routing": {
 | 
			
		||||
        "strategy": "rules",
 | 
			
		||||
        "settings": {
 | 
			
		||||
            "rules": [
 | 
			
		||||
                {
 | 
			
		||||
                    "type": "field",
 | 
			
		||||
                    "ip": [
 | 
			
		||||
                        "0.0.0.0/8",
 | 
			
		||||
                        "10.0.0.0/8",
 | 
			
		||||
                        "100.64.0.0/10",
 | 
			
		||||
                        "127.0.0.0/8",
 | 
			
		||||
                        "169.254.0.0/16",
 | 
			
		||||
                        "172.16.0.0/12",
 | 
			
		||||
                        "192.0.0.0/24",
 | 
			
		||||
                        "192.0.2.0/24",
 | 
			
		||||
                        "192.168.0.0/16",
 | 
			
		||||
                        "198.18.0.0/15",
 | 
			
		||||
                        "198.51.100.0/24",
 | 
			
		||||
                        "203.0.113.0/24",
 | 
			
		||||
                        "::1/128",
 | 
			
		||||
                        "fc00::/7",
 | 
			
		||||
                        "fe80::/10"
 | 
			
		||||
                    ],
 | 
			
		||||
                    "outboundTag": "blocked"
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user