From dc87e4b12e53fd90e50cf716c46f25ea348dbf04 Mon Sep 17 00:00:00 2001 From: kslr Date: Fri, 2 Apr 2021 18:52:42 +0800 Subject: [PATCH] refine vless over grpc --- VLESS-gRPC-TLS/config_client.json | 20 +++++--------------- VLESS-gRPC-TLS/config_server.json | 16 ++-------------- 2 files changed, 7 insertions(+), 29 deletions(-) diff --git a/VLESS-gRPC-TLS/config_client.json b/VLESS-gRPC-TLS/config_client.json index 7358c1c..c58629e 100644 --- a/VLESS-gRPC-TLS/config_client.json +++ b/VLESS-gRPC-TLS/config_client.json @@ -8,15 +8,8 @@ "port": "1080", "protocol": "socks", "settings": { - "auth": "noauth", - "udp": true, - "ip": "127.0.0.1" + "auth": "noauth" } - }, - { - "listen": "127.0.0.1", - "port": "1081", - "protocol": "http" } ], "outbounds": [ @@ -25,13 +18,12 @@ "settings": { "vnext": [ { - "address": "1.2.3.4", + "address": "your_server_ip", "port": 443, "users": [ { "id": "", - "encryption": "none", - "level": 0 + "encryption": "none" } ] } @@ -41,12 +33,10 @@ "network": "gun", "security": "tls", "tlsSettings": { - "serverName": "your.domain.com", - "allowInsecure": false, + "serverName": "your_domain", "alpn": [ "h2" - ], - "disableSessionResumption": true + ] }, "grpcSettings": { "serviceName": "GunService" diff --git a/VLESS-gRPC-TLS/config_server.json b/VLESS-gRPC-TLS/config_server.json index b25f65a..f229b02 100644 --- a/VLESS-gRPC-TLS/config_server.json +++ b/VLESS-gRPC-TLS/config_server.json @@ -11,29 +11,17 @@ "clients": [ { "id": "", - "level": 0, "email": "love@v2fly.org" } - ], - "decryption": "none", - "fallbacks": [ - { - "dest": 8001 - }, - { - "alpn": "h2", - "dest": 8002 - } ] }, "streamSettings": { "network": "gun", "security": "tls", "tlsSettings": { - "serverName": "your.domain.com", + "serverName": "your_domain", "alpn": [ - "h2", - "http/1.1" + "h2" ], "certificates": [ {