From daaa0486ae001a72d67362d8f914d9571037e8b5 Mon Sep 17 00:00:00 2001 From: mercury Date: Sat, 19 Aug 2023 23:08:36 +0400 Subject: [PATCH] fix xray proxy protocol --- config/xray.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/xray.json b/config/xray.json index cf06dac..4a1d3d8 100644 --- a/config/xray.json +++ b/config/xray.json @@ -35,6 +35,12 @@ "show": false, "xver": 0 }, + "tcpSettings": { + "acceptProxyProtocol": true + }, + "sockopt": { + "acceptProxyProtocol": true + }, "security": "reality" }, "tag": "vless_tls" @@ -57,4 +63,4 @@ "domainStrategy": "AsIs", "rules": [] } -} \ No newline at end of file +}