From 4e92d96812baa39276c7938df31ece0aa7f10c7c Mon Sep 17 00:00:00 2001 From: mercury Date: Sun, 3 Nov 2024 23:13:56 +0400 Subject: [PATCH] change the default domain for reality --- config/upstream.conf | 2 +- config/xray.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/upstream.conf b/config/upstream.conf index ae1c9d0..b9c80c9 100644 --- a/config/upstream.conf +++ b/config/upstream.conf @@ -30,7 +30,7 @@ stream { map_hash_bucket_size 128; map $ssl_preread_server_name $sni_name { #domain - www.microsoft.com reality; + telegram.org reality; #domain #ocserv diff --git a/config/xray.json b/config/xray.json index 20ccbff..970af58 100644 --- a/config/xray.json +++ b/config/xray.json @@ -18,13 +18,13 @@ "streamSettings": { "network": "tcp", "realitySettings": { - "dest": "www.microsoft.com:443", + "dest": "telegram.org:443", "maxClientVer": "", "maxTimeDiff": 0, "minClientVer": "", "privateKey": "", "serverNames": [ - "www.microsoft.com" + "telegram.org" ], "shortIds": [], "show": false,