From 52e829cb50e3300b69f10b3ffd2971a02964ca8b Mon Sep 17 00:00:00 2001 From: hotwa Date: Tue, 30 Sep 2025 21:20:45 +0800 Subject: [PATCH] remove json --- v2ray-client.json | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 v2ray-client.json diff --git a/v2ray-client.json b/v2ray-client.json deleted file mode 100644 index fee05ef..0000000 --- a/v2ray-client.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "log": { - "loglevel": "info" - }, - "inbounds": [ - { - "port": 1080, - "listen": "0.0.0.0", - "protocol": "socks", - "settings": { "auth": "noauth", "udp": true } - }, - { - "port": 8080, - "listen": "0.0.0.0", - "protocol": "http", - "settings": {} - } - ], - "outbounds": [ - { - "protocol": "vless", - "settings": { - "vnext": [ - { - "address": "molecular.eu.org", - "port": 443, - "users": [ - { "id": "8f5e3b57-5a3d-4a3e-9f3c-9c6c2d6a9f1e", "encryption": "none" } - ] - } - ] - }, - "streamSettings": { - "network": "grpc", - "security": "tls", - "grpcSettings": { - "serviceName": "grpc", - "multiMode": true - } - } - } - ] -}