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,