mirror of
				https://github.com/v2fly/v2ray-examples.git
				synced 2025-11-04 11:55:38 +08:00 
			
		
		
		
	add additional v5 configs
This commit is contained in:
		
							
								
								
									
										44
									
								
								v5/Shadowsocks2022-TCP/shadowsocks2022_client.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								v5/Shadowsocks2022-TCP/shadowsocks2022_client.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,44 @@
 | 
			
		||||
{
 | 
			
		||||
  "log": {
 | 
			
		||||
    "access": {
 | 
			
		||||
      "type": "None"
 | 
			
		||||
    },
 | 
			
		||||
    "error": {
 | 
			
		||||
      "level": "Debug",
 | 
			
		||||
      "type": "Console"
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "inbounds": [
 | 
			
		||||
    {
 | 
			
		||||
      "listen": "127.0.0.1",
 | 
			
		||||
      "port": 7830,
 | 
			
		||||
      "protocol": "socks",
 | 
			
		||||
      "settings": {
 | 
			
		||||
        "address": "127.0.0.1",
 | 
			
		||||
        "packetEncoding": "Packet",
 | 
			
		||||
        "udpEnabled": true
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "listen": "127.0.0.1",
 | 
			
		||||
      "port": 7831,
 | 
			
		||||
      "protocol": "http",
 | 
			
		||||
      "settings": {}
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "outbounds": [
 | 
			
		||||
    {
 | 
			
		||||
      "tag": "proxy",
 | 
			
		||||
      "protocol": "shadowsocks2022",
 | 
			
		||||
      "settings": {
 | 
			
		||||
        "address": "0.0.0.0",
 | 
			
		||||
        "port": 10000,
 | 
			
		||||
        "method": "2022-blake3-aes-256-gcm",
 | 
			
		||||
        "psk": "q+EHyQzDXNxaU4fLEVDs25TeFXp5dpvP9LSicGqQdNY=",	// 其他内核中 ipsk 没有设置的话,可以注销。
 | 
			
		||||
        "ipsk": [
 | 
			
		||||
          "qiObQZJVNCln3Gl5iJUVCw=="
 | 
			
		||||
        ]
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user