change the default domain for reality

This commit is contained in:
mercury
2024-11-03 23:13:56 +04:00
parent bd7a75d6c9
commit 4e92d96812
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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,