From 0af7bac4f3979977ebcbc523942655eff9338a64 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Thu, 9 Jan 2025 20:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20vless=5Fin=5Fs5s=5Fout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 多个s5出口 Signed-off-by: lingling <1077478963@qq.com> --- vless_in_s5s_out | 195 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 vless_in_s5s_out diff --git a/vless_in_s5s_out b/vless_in_s5s_out new file mode 100644 index 0000000..5248544 --- /dev/null +++ b/vless_in_s5s_out @@ -0,0 +1,195 @@ +{ + "inbounds": [{ + "port": 9000, + "protocol": "vless", + "settings": { + "clients": [{ + "id": "2ee57806-f6e4-482a-ef08-7360c04cd3e5", + "alterId": 64, + "email": "user1@x.com" + }, + { + "id": "2ee57806-f6e4-482a-ef08-7360c04cd3e6", + "alterId": 64, + "email": "user2@x.com" + }, + { + "id": "2ee57806-f6e4-482a-ef08-7360c04cd3e7", + "alterId": 64, + "email": "user3@x.com" + }, + { + "id": "2ee57806-f6e4-482a-ef08-7360c04cd3e8", + "alterId": 64, + "email": "user4@x.com" + }, + { + "id": "2ee57806-f6e4-482a-ef08-7360c04cd3e9", + "alterId": 64, + "email": "user5@x.com" + }, + { + "id": "2ee57806-f6e4-482a-ef08-7360c04cd310", + "alterId": 64, + "email": "user6@x.com" + }, + { + "id": "2ee57806-f6e4-482a-ef08-7360c04cd311", + "alterId": 64, + "email": "user7@x.com" + } + ], + "decryption": "none" + }, + "streamSettings": { + "network": "ws", + "wsSettings": { + "path": "/" + } + } + }], + "outbounds": [{ + "protocol": "socks", + "settings": { + "servers": [{ + "address": "196.44.121.85", + "port": 12324, + "users": [{ + "user": "14a3a26b5ae17", + "pass": "8da3b2741c" + }] + }] + }, + "tag": "outbound1" + }, + { + "protocol": "socks", + "settings": { + "servers": [{ + "address": "46.34.55.68", + "port": 12324, + "users": [{ + "user": "14a3a26b5ae17", + "pass": "8da3b2741c" + }] + }] + }, + "tag": "outbound2" + }, + { + "protocol": "socks", + "settings": { + "servers": [{ + "address": "176.103.238.139", + "port": 12324, + "users": [{ + "user": "14a3a26b5ae17", + "pass": "8da3b2741c" + }] + }] + }, + "tag": "outbound3" + }, + { + "protocol": "socks", + "settings": { + "servers": [{ + "address": "195.95.205.25", + "port": 12324, + "users": [{ + "user": "14a3a26b5ae17", + "pass": "8da3b2741c" + }] + }] + }, + "tag": "outbound4" + }, + { + "protocol": "socks", + "settings": { + "servers": [{ + "address": "79.175.117.165", + "port": 12324, + "users": [{ + "user": "14a3a26b5ae17", + "pass": "8da3b2741c" + }] + }] + }, + "tag": "outbound5" + }, + { + "protocol": "socks", + "settings": { + "servers": [{ + "address": "45.90.48.242", + "port": 12324, + "users": [{ + "user": "14a3a26b5ae17", + "pass": "8da3b2741c" + }] + }] + }, + "tag": "outbound6" + }, + { + "protocol": "socks", + "settings": { + "servers": [{ + "address": "85.254.81.211", + "port": 12324, + "users": [{ + "user": "14a3a26b5ae17", + "pass": "8da3b2741c" + }] + }] + }, + "tag": "outbound7" + } + ], + "routing": { + "rules": [{ + "type": "field", + "outboundTag": "outbound1", + "inboundTag": "vless", + "user": ["user1@x.com"] + }, + { + "type": "field", + "outboundTag": "outbound2", + "inboundTag": "vless", + "user": ["user2@x.com"] + }, + { + "type": "field", + "outboundTag": "outbound3", + "inboundTag": "vless", + "user": ["user3@x.com"] + }, + { + "type": "field", + "outboundTag": "outbound4", + "inboundTag": "vless", + "user": ["user4@x.com"] + }, + { + "type": "field", + "outboundTag": "outbound5", + "inboundTag": "vless", + "user": ["user5@x.com"] + }, + { + "type": "field", + "outboundTag": "outbound6", + "inboundTag": "vless", + "user": ["user6@x.com"] + }, + { + "type": "field", + "outboundTag": "outbound7", + "inboundTag": "vless", + "user": ["user7@x.com"] + } + ] + } +} \ No newline at end of file