From 6a8c305b436bc41ff884a505a646ebe7200cf07e Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sat, 16 Jul 2022 21:52:40 +0800 Subject: [PATCH] UDS --- VLESS-GRPC/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-GRPC/README.md b/VLESS-GRPC/README.md index 151e42d..dee222c 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -28,7 +28,7 @@ server { grpc_set_header X-Real-IP $remote_addr; client_body_timeout 52w; grpc_read_timeout 52w; - grpc_pass grpc://127.0.0.1:2002; + grpc_pass unix:/dev/shm/Xray-VLESS-gRPC.socket; } } ```